diff --git a/Gemfile b/Gemfile index d55c86b..2d4b138 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :development do gem "byebug", "~> 12.0" gem "rake", "~> 13.3" gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.81" + gem "rubocop", "~> 1.82" gem "rubocop-performance", "~> 1.26" gem "rubocop-rake", "~> 0.7" gem "rubocop-rspec", "~> 3.8" diff --git a/Gemfile.lock b/Gemfile.lock index d77f411..ebdf87b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM byebug (12.0.0) diff-lcs (1.6.2) docile (1.4.1) - json (2.16.0) + json (2.18.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (1.27.0) @@ -35,7 +35,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.81.7) + rubocop (1.82.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,7 +43,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.47.1, < 2.0) + rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.48.0) @@ -78,7 +78,7 @@ DEPENDENCIES byebug (~> 12.0) rake (~> 13.3) rspec (~> 3.13) - rubocop (~> 1.81) + rubocop (~> 1.82) rubocop-performance (~> 1.26) rubocop-rake (~> 0.7) rubocop-rspec (~> 3.8)