From 45248f0ed294f63ea00d8151e46c5425d2516f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 21 Mar 2018 09:24:28 +0100 Subject: [PATCH] Bump rubocop from 0.53.0 to 0.54.0 (#44) 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 54e2a7f..aff77fb 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'pry', '~> 0.11.3' -gem 'rubocop', '~> 0.53.0' +gem 'rubocop', '~> 0.54.0' gem 'capistrano', '~> 3.10.1' gem 'capistrano-rails', '~> 1.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index b03774c..660cce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - rubocop (0.53.0) + rubocop (0.54.0) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1) @@ -96,7 +96,7 @@ DEPENDENCIES commonmarker (~> 0.17.9) graphql-docs (~> 1.3.1) pry (~> 0.11.3) - rubocop (~> 0.53.0) + rubocop (~> 0.54.0) sass (~> 3.5.5) BUNDLED WITH