Skip to content

Commit

Permalink
Bump rails_performance from 1.3.3 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [rails_performance](https://github.com/igorkasyanchuk/rails_performance) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/igorkasyanchuk/rails_performance/releases)
- [Changelog](https://github.com/igorkasyanchuk/rails_performance/blob/master/CHANGES.md)
- [Commits](https://github.com/igorkasyanchuk/rails_performance/commits/1.4.0)

---
updated-dependencies:
- dependency-name: rails_performance
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 09b28b0 commit 9a54f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ gem "omniauth_openid_connect", "~> 0.8.0"
gem "sidekiq-cron", "~> 2.0"

group :development, :production do
gem "rails_performance", "~> 1.3"
gem "rails_performance", "~> 1.4"
gem "redis-namespace"
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest (5.25.2)
mittsu (0.5.0)
chunky_png
mittsu-3mf (0.1.0)
Expand Down Expand Up @@ -535,7 +535,7 @@ GEM
rails-settings-cached (2.9.5)
activerecord (>= 5.0.0)
railties (>= 5.0.0)
rails_performance (1.3.3)
rails_performance (1.4.0)
browser
railties
redis
Expand Down Expand Up @@ -801,7 +801,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0)
rails-i18n (~> 7.0)
rails-settings-cached (~> 2.9)
rails_performance (~> 1.3)
rails_performance (~> 1.4)
ransack (~> 4.2)
redis (~> 5.3)
redis-namespace
Expand Down

0 comments on commit 9a54f94

Please sign in to comment.