From c83d94ffac285f2f356b85c6be8c65fbf8ab8700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:44:08 +0000 Subject: [PATCH] chore(deps): update all non-major bundler dependencies --- Gemfile | 6 +++--- Gemfile.lock | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7453c7c6e..6cddd875e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'active_model_otp', '~> 2.3', '>= 2.3.4' gem 'bcrypt', '~> 3.1.21' -gem 'bootsnap', '~> 1.21.1' +gem 'bootsnap', '~> 1.22.0' gem 'browser', '~> 6.2.0' gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3' gem 'dartsass-rails', '~> 0.5.1' @@ -37,7 +37,7 @@ gem 'rqrcode', '~> 3.2' gem 'sentry-rails', '~> 6.3' gem 'sentry-ruby', '~> 6.3' gem 'sentry-sidekiq', '~> 6.3' -gem 'sidekiq', '~> 8.0.10' +gem 'sidekiq', '~> 8.1.0' gem 'sidekiq-scheduler', '~> 6.0.1' gem 'simple_form', '~> 5.4.1' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' @@ -74,7 +74,7 @@ end group :test do gem 'rails-controller-testing', '~> 1.0.5' - gem 'rubocop', '~> 1.84.0', require: false + gem 'rubocop', '~> 1.84.1', require: false gem 'rubocop-factory_bot', '~> 2.28.0', require: false gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index a85d978ca..5753fcf72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM rouge (>= 1.0.0) bigdecimal (3.3.1) bindex (0.8.1) - bootsnap (1.21.1) + bootsnap (1.22.0) msgpack (~> 1.2) brakeman (8.0.1) racc @@ -474,7 +474,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.6) - rubocop (1.84.0) + rubocop (1.84.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -524,7 +524,7 @@ GEM sentry-ruby (~> 6.3.0) sidekiq (>= 5.0) shellany (0.0.1) - sidekiq (8.0.10) + sidekiq (8.1.0) connection_pool (>= 3.0.0) json (>= 2.16.0) logger (>= 1.7.0) @@ -612,7 +612,7 @@ DEPENDENCIES awesome_print (~> 1.9.2) bcrypt (~> 3.1.21) better_errors (~> 2.10.1) - bootsnap (~> 1.21.1) + bootsnap (~> 1.22.0) brakeman (~> 8.0.1) browser (~> 6.2.0) bullet (~> 8.1) @@ -660,7 +660,7 @@ DEPENDENCIES rest-client (~> 2.1.0) rqrcode (~> 3.2) rspec-rails (~> 8.0.2) - rubocop (~> 1.84.0) + rubocop (~> 1.84.1) rubocop-factory_bot (~> 2.28.0) rubocop-performance (~> 1.26, >= 1.26.1) rubocop-rails (~> 2.34, >= 2.34.3) @@ -669,7 +669,7 @@ DEPENDENCIES sentry-rails (~> 6.3) sentry-ruby (~> 6.3) sentry-sidekiq (~> 6.3) - sidekiq (~> 8.0.10) + sidekiq (~> 8.1.0) sidekiq-scheduler (~> 6.0.1) simple_form (~> 5.4.1) simplecov (~> 0.22.0)