From 0da4e12f541fc49b345069a74505b4c423187f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 21 Mar 2018 05:16:33 +0000 Subject: [PATCH] Bump rubocop from 0.53.0 to 0.54.0 Bumps [rubocop](https://github.com/bbatsov/rubocop) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/bbatsov/rubocop/releases) - [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/bbatsov/rubocop/compare/v0.53.0...v0.54.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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