diff --git a/Gemfile b/Gemfile index 1b1f583..1bc8849 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.61', 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..bdf60d0 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.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -114,8 +114,8 @@ GEM rubocop-ast (>= 1.30.0, < 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.1) + 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.61) rubocop-performance (~> 1.20) rubocop-rake (~> 0.6) rubocop-rspec (~> 2.26)