diff --git a/Gemfile b/Gemfile index b378918..0f2e552 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'capybara', '~> 3.35' gem 'ffi', platforms: %i[mingw x64_mingw mswin] gem 'rake', '~> 13.0' gem 'rspec', '~> 3.10' -gem 'rubocop', '~> 1.9.1', require: false +gem 'rubocop', '~> 1.10.0', require: false gem 'selenium-webdriver', '~> 3.142', '>= 3.142.7' gem 'site_prism', '~> 3.7' gem 'webdrivers', '~> 4.5' diff --git a/Gemfile.lock b/Gemfile.lock index b20f311..32fec8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.9.1) + rubocop (1.10.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -91,7 +91,7 @@ DEPENDENCIES ffi rake (~> 13.0) rspec (~> 3.10) - rubocop (~> 1.9.1) + rubocop (~> 1.10.0) selenium-webdriver (~> 3.142, >= 3.142.7) site_prism (~> 3.7) webdrivers (~> 4.5)