From d75c9af7846e2fd03503104fc7c5508eb9b4e636 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Tue, 22 Sep 2015 00:11:43 +0200 Subject: [PATCH] bump rubocop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 52253b8..9dff6ed 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end group :development do # code style - gem "rubocop", "0.34.1" + gem "rubocop", "0.34.2" gem "pronto", "0.4.3" gem "pronto-rubocop", "0.4.6", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 355763c..121eee2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,7 @@ GEM rspec-mocks (~> 3.3.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) - rubocop (0.34.1) + rubocop (0.34.2) astrolabe (~> 1.3) parser (>= 2.2.2.5, < 3.0) powerpack (~> 0.1) @@ -287,7 +287,7 @@ DEPENDENCIES pry-debundle rspec-collection_matchers (~> 1.1.2) rspec-rails (~> 3.3.2) - rubocop (= 0.34.1) + rubocop (= 0.34.2) simplecov (= 0.10.0) simplecov-rcov (= 0.2.3) spring