From b9d8ab0b386a590ad2a7ce37d71f9c733d70e123 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 26 Jun 2015 03:12:16 +0200 Subject: [PATCH] bump rubocop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 83b3537..ae25eaf 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gemspec group :development do # code style - gem "rubocop", "0.32.0" + gem "rubocop", "0.32.1" # debugging gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 7c305d9..9c5297f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM rspec-mocks (~> 3.3.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) - rubocop (0.32.0) + rubocop (0.32.1) astrolabe (~> 1.3) parser (>= 2.2.2.5, < 3.0) powerpack (~> 0.1) @@ -239,7 +239,7 @@ DEPENDENCIES pry-byebug pry-debundle rspec-rails (~> 3.3.2) - rubocop (= 0.32.0) + rubocop (= 0.32.1) simplecov (= 0.10.0) simplecov-rcov (= 0.2.3) spring