From b2951b120ae92f7059cbec178263db19a2aa1195 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 5 Mar 2018 11:45:19 +0100 Subject: [PATCH] Update Rubocop gem to 0.53.0 --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index d9298f710..ffbc0e3ce 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ group :development do gem 'capistrano-rails', '~> 1.3.1', require: false gem 'capistrano3-delayed-job', '~> 1.7.3' gem 'mdl', '~> 0.4.0', require: false - gem 'rubocop', '~> 0.52.1', require: false + gem 'rubocop', '~> 0.53.0', require: false gem 'rubocop-rspec', '~> 1.22.1', require: false gem 'rvm1-capistrano3', '~> 1.4.0', require: false gem 'scss_lint', '~> 0.54.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index db16889db..dca5dadf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM ancestry (3.0.1) activerecord (>= 3.2.0) arel (6.0.4) - ast (2.3.0) + ast (2.4.0) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) @@ -305,8 +305,8 @@ GEM parallel (1.12.1) paranoia (2.4.0) activerecord (>= 4.0, < 5.2) - parser (2.4.0.2) - ast (~> 2.3) + parser (2.5.0.5) + ast (~> 2.4.0) pg (0.21.0) pg_search (2.0.1) activerecord (>= 4.2) @@ -352,7 +352,7 @@ GEM rainbow (2.2.2) rake raindrops (0.19.0) - rake (12.3.0) + rake (12.3.1) redcarpet (3.4.0) referer-parser (0.3.0) request_store (1.3.2) @@ -379,9 +379,9 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) - rubocop (0.52.1) + rubocop (0.53.0) parallel (~> 1.10) - parser (>= 2.4.0.2, < 3.0) + parser (>= 2.5) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) @@ -550,7 +550,7 @@ DEPENDENCIES rinku (~> 2.0.2) rollbar (~> 2.15.5) rspec-rails (~> 3.6) - rubocop (~> 0.52.1) + rubocop (~> 0.53.0) rubocop-rspec (~> 1.22.1) rvm1-capistrano3 (~> 1.4.0) sass-rails (~> 5.0, >= 5.0.4)