diff --git a/Gemfile b/Gemfile index 98835cd1b..414581e21 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: [:mri, :mingw, :x64_mingw] - gem 'rubocop', '~> 1.73.2', require: false + gem 'rubocop', '~> 1.81.6', require: false gem 'rubocop-minitest', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false diff --git a/Gemfile.lock b/Gemfile.lock index f2b7f9148..9374d1bb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) bcp47_spec (0.2.1) bcrypt (3.1.20) @@ -311,7 +311,7 @@ GEM activesupport (>= 5.0.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.10.2) + json (2.15.1) json-schema (5.1.1) addressable (~> 2.8) bigdecimal (~> 3.1) @@ -332,7 +332,7 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - language_server-protocol (3.17.0.4) + language_server-protocol (3.17.0.5) launchy (3.1.1) addressable (~> 2.8) childprocess (~> 5.0) @@ -398,14 +398,15 @@ GEM paper_trail (16.0.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.26.3) - parser (3.3.7.1) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc pg (1.5.9) pp (0.6.2) prettyprint prettyprint (0.2.0) + prism (1.6.0) pstore (0.1.3) psych (5.2.3) date @@ -488,7 +489,7 @@ GEM redis (4.8.1) redis-client (0.23.2) connection_pool - regexp_parser (2.10.0) + regexp_parser (2.11.3) reline (0.6.0) io-console (~> 0.5) representable (3.2.0) @@ -504,7 +505,7 @@ GEM rsolr (2.6.0) builder (>= 2.1.2) faraday (>= 0.9, < 3, != 2.0.0) - rubocop (1.73.2) + rubocop (1.81.6) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -512,11 +513,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) + rubocop-ast (1.47.1) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-minitest (0.37.0) lint_roller (~> 1.1) rubocop (>= 1.61, < 2.0) @@ -707,7 +709,7 @@ DEPENDENCIES redis (~> 4.8) rollbar rsolr - rubocop (~> 1.73.2) + rubocop (~> 1.81.6) rubocop-minitest rubocop-performance rubocop-rails