diff --git a/Gemfile b/Gemfile index a05509be..79216999 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ end group :development, :test, :optional => true do gem 'byebug' - gem 'rubocop', '~> 1.70' + gem 'rubocop', '~> 1.77' end group :test, :optional => true do diff --git a/Gemfile.lock b/Gemfile.lock index 5f4c9e68..11d37a12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,6 +193,7 @@ GEM terrapin (~> 0.6.0) language_server-protocol (3.17.0.5) libv8-node (24.1.0.0) + lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -319,14 +320,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rubocop (1.70.0) + rubocop (1.77.0) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -450,7 +452,7 @@ DEPENDENCIES rails_autolink rexml rspec-expectations - rubocop (~> 1.70) + rubocop (~> 1.77) sanitize (~> 7.0) simplecov solargraph