From 5b6f6174c4db63df53b66c44ff51358f4b6e8c98 Mon Sep 17 00:00:00 2001 From: John Pignata Date: Tue, 16 Feb 2016 07:41:30 -0500 Subject: [PATCH] Update rubocop-rspec to 1.4.0 There are some incompatibilites between the latest version of RuboCop and rubocop-rspec which were fixed in this release. See: https://github.com/nevir/rubocop-rspec/issues/62 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a209965..fe21d2fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 0.3) - rubocop-rspec (1.3.1) + rubocop-rspec (1.4.0) ruby-progressbar (1.7.5) safe_yaml (1.0.4) slop (3.6.0)