diff --git a/Gemfile b/Gemfile index 1b1f583..4bb219d 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'rake', '~> 13.1' gem 'rspec', '~> 3.0', groups: %i[development test] -gem 'rubocop', '~> 1.60', groups: %i[development test] +gem 'rubocop', '~> 1.62', groups: %i[development test] gem 'rubocop-performance', '~> 1.20', groups: %i[development test] gem 'rubocop-rake', '~> 0.6', groups: %i[development test] gem 'rubocop-rspec', '~> 2.26', groups: %i[development test] diff --git a/Gemfile.lock b/Gemfile.lock index 6a3d8b9..96a178b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.60.1) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -111,11 +111,11 @@ 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.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.0) @@ -156,7 +156,7 @@ DEPENDENCIES lefthook (~> 1.5) rake (~> 13.1) rspec (~> 3.0) - rubocop (~> 1.60) + rubocop (~> 1.62) rubocop-performance (~> 1.20) rubocop-rake (~> 0.6) rubocop-rspec (~> 2.26)