From 75c8cff288255784927ac9048586ac1fb225c411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 22 Mar 2018 08:39:43 +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 f98f9f7..d872bf9 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gem "rake", "~> 12.3" gem "chandler", "0.7.0" gem "mdl", "0.4.0" gem "minitest", "~> 5.11" -gem "rubocop", "0.53.0" +gem "rubocop", "0.54.0" gem "simplecov", "0.16.1" diff --git a/Gemfile.lock b/Gemfile.lock index ff02287..faf94eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) 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) @@ -41,7 +41,7 @@ GEM method_source (~> 0.9.0) rainbow (3.0.0) rake (12.3.0) - rubocop (0.53.0) + rubocop (0.54.0) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1) @@ -68,7 +68,7 @@ DEPENDENCIES minitest (~> 5.11) pry-byebug! rake (~> 12.3) - rubocop (= 0.53.0) + rubocop (= 0.54.0) simplecov (= 0.16.1) BUNDLED WITH