diff --git a/Gemfile b/Gemfile index 2430285..d030309 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'capybara', '~> 3.33' gem 'ffi', platforms: %i[mingw x64_mingw mswin] gem 'rake', '~> 13.0', '>= 13.0.1' gem 'rspec', '~> 3.9' -gem 'rubocop', '~> 0.91.1', require: false +gem 'rubocop', '~> 0.92.0', require: false gem 'selenium-webdriver', '~> 3.142', '>= 3.142.7' gem 'site_prism', '~> 3.4', '>= 3.4.2' gem 'webdrivers', '~> 4.4' diff --git a/Gemfile.lock b/Gemfile.lock index 51f0bbb..9d889a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) parallel (1.19.2) - parser (2.7.1.4) + parser (2.7.1.5) ast (~> 2.4.1) public_suffix (4.0.5) rack (2.2.3) @@ -49,17 +49,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (0.91.1) + rubocop (0.92.0) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.7) rexml - rubocop-ast (>= 0.4.0, < 1.0) + rubocop-ast (>= 0.5.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.4.2) - parser (>= 2.7.1.4) + rubocop-ast (0.6.0) + parser (>= 2.7.1.5) ruby-progressbar (1.10.1) rubyzip (2.3.0) selenium-webdriver (3.142.7) @@ -89,7 +89,7 @@ DEPENDENCIES ffi rake (~> 13.0, >= 13.0.1) rspec (~> 3.9) - rubocop (~> 0.91.1) + rubocop (~> 0.92.0) selenium-webdriver (~> 3.142, >= 3.142.7) site_prism (~> 3.4, >= 3.4.2) webdrivers (~> 4.4)