diff --git a/Gemfile b/Gemfile index 41e0ecb23..30a026add 100644 --- a/Gemfile +++ b/Gemfile @@ -162,7 +162,7 @@ gem "sidekiq-cron", "~> 2.0" group :development, :production do gem "sys-cpu", "~> 1.1" gem "get_process_mem", "~> 1.0" - gem "rails_performance", "1.4.0.alpha1" + gem "rails_performance", "1.4.0.alpha2" gem "redis-namespace" end diff --git a/Gemfile.lock b/Gemfile.lock index fee77006a..205e7a1b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,7 +540,7 @@ GEM rails-settings-cached (2.9.5) activerecord (>= 5.0.0) railties (>= 5.0.0) - rails_performance (1.4.0.alpha1) + rails_performance (1.4.0.alpha2) browser railties redis @@ -808,7 +808,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0) rails-i18n (~> 7.0) rails-settings-cached (~> 2.9) - rails_performance (= 1.4.0.alpha1) + rails_performance (= 1.4.0.alpha2) ransack (~> 4.2) redis (~> 5.3) redis-namespace