From c39a85e52e4c688981efe4e92364fdddd7d31554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:39:01 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [redis](https://github.com/redis/redis-rb), [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) and [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby). Updates `redis` from 4.8.1 to 5.4.1 - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.8.1...v5.4.1) Updates `rack-mini-profiler` from 2.3.4 to 4.0.1 - [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases) - [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v2.3.4...v4.0.1) Updates `honeybadger` from 6.0.4 to 6.0.5 - [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases) - [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/honeybadger-io/honeybadger-ruby/compare/v6.0.4...v6.0.5) --- updated-dependencies: - dependency-name: redis dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: rack-mini-profiler dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: honeybadger dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 02a6722..5147432 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "stimulus-rails" gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 4.0' +gem 'redis', '~> 5.4' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] @@ -51,7 +51,7 @@ group :development do gem 'web-console', '>= 4.1.0' # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md - gem 'rack-mini-profiler', '~> 2.0' + gem 'rack-mini-profiler', '~> 4.0' gem 'listen', '~> 3.3' end diff --git a/Gemfile.lock b/Gemfile.lock index a3b9cc5..e9fafa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM oauth (>= 0.3.6) google-analytics-rails (1.1.1) hashie (5.0.0) - honeybadger (6.0.4) + honeybadger (6.0.5) logger ostruct i18n (1.14.7) @@ -285,7 +285,7 @@ GEM rack (3.2.0) rack-attack (6.7.0) rack (>= 1.0, < 4) - rack-mini-profiler (2.3.4) + rack-mini-profiler (4.0.1) rack (>= 1.2.0) rack-protection (4.1.1) base64 (>= 0.1.0) @@ -345,7 +345,10 @@ GEM psych (>= 4.0.0) recaptcha (5.20.1) redcarpet (3.6.1) - redis (4.8.1) + redis (5.4.1) + redis-client (>= 0.22.0) + redis-client (0.25.2) + connection_pool regexp_parser (2.11.1) reline (0.6.2) io-console (~> 0.5) @@ -492,14 +495,14 @@ DEPENDENCIES popper_js puma (~> 6.0) rack-attack - rack-mini-profiler (~> 2.0) + rack-mini-profiler (~> 4.0) rails (~> 8.0) rails-controller-testing rails-html-sanitizer rails_autolink recaptcha redcarpet - redis (~> 4.0) + redis (~> 5.4) rolify rspec-rails rss