diff --git a/Gemfile b/Gemfile index b7e5fd4..0ed10d9 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gemspec gem 'minitest', '~> 5.22' gem 'rake', '~> 13.1' -gem 'rubocop', '~> 1.61' +gem 'rubocop', '~> 1.62' gem 'rubocop-minitest', '~> 0.35.0' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index d9a4c80..16057eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.61.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -27,7 +27,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.2) @@ -47,7 +47,7 @@ DEPENDENCIES human_languages! minitest (~> 5.22) rake (~> 13.1) - rubocop (~> 1.61) + rubocop (~> 1.62) rubocop-minitest (~> 0.35.0) rubocop-rake (~> 0.6.0)