diff --git a/Gemfile b/Gemfile index 3151b9abf1..b81e4a6d16 100644 --- a/Gemfile +++ b/Gemfile @@ -156,7 +156,7 @@ group :development, :test do gem "rubocop" # Rails add-on for static analysis. gem 'rubocop-performance' - gem "rubocop-rails", "~> 2.33.4" + gem "rubocop-rails", "~> 2.34.3" # More concise test ("should") matchers gem "shoulda-matchers", "~> 7.0" # Default rules for Rubocop. diff --git a/Gemfile.lock b/Gemfile.lock index d558cfb14c..aff2394937 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (4.1.1) + bigdecimal (4.1.2) bindex (0.8.1) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) @@ -342,7 +342,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.19.3) + json (2.19.4) jwt (3.1.2) base64 kaminari (1.2.2) @@ -398,7 +398,7 @@ GEM memory_profiler (1.1.0) method_source (1.1.0) mini_mime (1.1.5) - minitest (6.0.3) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) monetize (2.0.0) @@ -472,7 +472,7 @@ GEM paper_trail (17.0.0) activerecord (>= 7.1) request_store (~> 1.4) - parallel (1.27.0) + parallel (1.28.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -524,7 +524,7 @@ GEM puma (7.2.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.5) + rack (3.2.6) rack-mini-profiler (4.0.1) rack (>= 1.2.0) rack-protection (4.2.1) @@ -586,7 +586,7 @@ GEM psych (>= 4.0.0) tsort recaptcha (5.21.1) - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) request_store (1.7.0) @@ -636,7 +636,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.33.4) + rubocop-rails (2.34.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -710,9 +710,9 @@ GEM standard-performance (1.9.0) lint_roller (~> 1.1) rubocop-performance (~> 1.26.0) - standard-rails (1.5.0) + standard-rails (1.6.0) lint_roller (~> 1.0) - rubocop-rails (~> 2.33.4) + rubocop-rails (~> 2.34.0) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.2.0) @@ -838,7 +838,7 @@ DEPENDENCIES rspec-rails (~> 8.0.2) rubocop rubocop-performance - rubocop-rails (~> 2.33.4) + rubocop-rails (~> 2.34.3) sass-rails shoulda-matchers (~> 7.0) simple_form