From 9a54f944ebd8b06d0fcca1acea73d76bd31dabe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:52:39 +0000 Subject: [PATCH] Bump rails_performance from 1.3.3 to 1.4.0 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] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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