diff --git a/Gemfile b/Gemfile index e7f37f0..b2a9d5d 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ end # Development tools group :development do gem 'pry', '~> 0.14' - gem 'rubocop', '~> 1.80', '>= 1.80.2' + gem 'rubocop', '~> 1.81' gem 'rubocop-rspec', '~> 3.7' end diff --git a/Gemfile.lock b/Gemfile.lock index 1031526..91e3bd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM csv (3.3.5) diff-lcs (1.6.2) docile (1.4.1) - json (2.13.2) + json (2.15.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) @@ -35,7 +35,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.5) - rubocop (1.80.2) + rubocop (1.81.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,10 +43,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-rspec (3.7.0) @@ -74,7 +74,7 @@ DEPENDENCIES pry (~> 0.14) rainbow (~> 3.1) rspec (~> 3.12) - rubocop (~> 1.80, >= 1.80.2) + rubocop (~> 1.81) rubocop-rspec (~> 3.7) simplecov (~> 0.22) thor (~> 1.3)