diff --git a/Gemfile b/Gemfile index 13b69329..e318e88a 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ group :development do gem 'i18n-tasks', '~> 1.0.15' gem 'letter_opener', '~> 1.10' gem 'listen', '~> 3.9' - gem 'rails_best_practices', '~> 1.20' + gem 'rails_best_practices', '~> 1.23' gem 'reek', '~> 6.5' gem 'rubocop', '~> 1.81', require: false gem 'rubocop-capybara', '~> 2.22' diff --git a/Gemfile.lock b/Gemfile.lock index 84f26064..7307bb2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,7 +322,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.15.2) + json (2.16.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -367,7 +367,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.1) msgpack (1.8.0) net-http (0.6.0) uri @@ -469,7 +469,7 @@ GEM rails-i18n (8.0.1) i18n (>= 0.7, < 2) railties (>= 8.0.0, < 9) - rails_best_practices (1.23.2) + rails_best_practices (1.23.3) activesupport code_analyzer (~> 0.5.5) erubis @@ -601,7 +601,7 @@ GEM websocket (~> 1.0) sendgrid (1.2.4) json - sexp_processor (4.17.3) + sexp_processor (4.17.4) shoulda-matchers (7.0.1) activesupport (>= 7.1) simplecov (0.22.0) @@ -630,7 +630,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) @@ -700,7 +700,7 @@ DEPENDENCIES pundit (~> 2.5) rack-cors (~> 3.0) rails (~> 8.0.4) - rails_best_practices (~> 1.20) + rails_best_practices (~> 1.23) reek (~> 6.5) rspec-openapi (~> 0.20) rspec-rails (~> 8.0)