diff --git a/Gemfile b/Gemfile index 45430ad..cd886e6 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'bundler', '~> 2.3' gem 'bundler-audit', '>= 0' gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.21' +gem 'rubocop', '~> 1.81' gem 'rubocop-minitest', '>= 0' gem 'rubocop-performance', '>= 0' gem 'rubocop-rails', '>= 0' diff --git a/Gemfile.lock b/Gemfile.lock index 7972085..4eb4e31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.13.2) + json (2.15.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -159,7 +159,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - prism (1.4.0) + prism (1.5.1) propshaft (1.2.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -215,11 +215,11 @@ GEM psych (>= 4.0.0) redis-client (0.25.2) connection_pool - regexp_parser (2.11.2) + regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) rexml (3.4.1) - rubocop (1.79.2) + rubocop (1.81.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -227,10 +227,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.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.46.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-minitest (0.38.1) @@ -279,9 +279,9 @@ GEM timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.5) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) uri (1.0.3) useragent (0.16.11) webdrivers (5.3.1) @@ -316,7 +316,7 @@ DEPENDENCIES puma (~> 6.0) rails (~> 8.0.0) rake (~> 13.0) - rubocop (~> 1.21) + rubocop (~> 1.81) rubocop-minitest rubocop-performance rubocop-rails