From 77d726b56d9582ec492e0fe4a5ed5d91b27b111c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 11 May 2016 02:04:19 +0200 Subject: [PATCH] bump rubocop --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9c68503..0ab490a 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end group :development do # code style - gem "rubocop", "0.39.0" + gem "rubocop", "0.40.0" gem "pronto", "0.6.0" gem "pronto-rubocop", "0.6.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 279483d..7b91ed8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,8 +223,8 @@ GEM rspec-mocks (~> 3.4.0) rspec-support (~> 3.4.0) rspec-support (3.4.1) - rubocop (0.39.0) - parser (>= 2.3.0.7, < 3.0) + rubocop (0.40.0) + parser (>= 2.3.1.0, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.7) @@ -299,7 +299,7 @@ DEPENDENCIES rspec-collection_matchers (~> 1.1.2) rspec-core (~> 3.4.3) rspec-rails (~> 3.4.1) - rubocop (= 0.39.0) + rubocop (= 0.40.0) simplecov (= 0.11.2) simplecov-rcov (= 0.2.3) spring