diff --git a/Gemfile b/Gemfile index e1aaee84c..175062e06 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index fa6054db1..1ec760964 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 @@ -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