diff --git a/Gemfile b/Gemfile index a4bf230..1cd42d7 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ gem 'rspec', '~> 3.7.0' gem 'selenium-webdriver', '~> 3.9.0' group :development do - gem 'rubocop', '~> 0.53.0' + gem 'rubocop', '~> 0.54.0' end diff --git a/Gemfile.lock b/Gemfile.lock index ffc1ad8..c7f2fd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM nokogiri (1.8.2) mini_portile2 (~> 2.3.0) parallel (1.12.1) - parser (2.5.0.2) + parser (2.5.0.4) ast (~> 2.4.0) powerpack (0.1.1) pry (0.11.3) @@ -65,7 +65,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - rubocop (0.53.0) + rubocop (0.54.0) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1) @@ -95,7 +95,7 @@ DEPENDENCIES launchy (~> 2.4.3) pry (~> 0.11.3) rspec (~> 3.7.0) - rubocop (~> 0.53.0) + rubocop (~> 0.54.0) selenium-webdriver (~> 3.9.0) BUNDLED WITH