diff --git a/Gemfile b/Gemfile index 65ed3bf..4b3b37e 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'activesupport', '~> 7.1.3' gem 'byebug', '~> 11.1' # For linting -gem 'rubocop', '~> 1.60' +gem 'rubocop', '~> 1.62' gem 'rubocop-rspec', '~> 2.26' # For running tests in parallel diff --git a/Gemfile.lock b/Gemfile.lock index 5a86739..e2d2690 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.60.2) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -126,11 +126,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) @@ -180,7 +180,7 @@ DEPENDENCIES cucumber (~> 9.1.2) parallel_tests (~> 4.5.1) rspec (~> 3.13.0) - rubocop (~> 1.60) + rubocop (~> 1.62) rubocop-rspec (~> 2.26) selenium-webdriver (~> 4.18.1) site_prism (~> 5.0)