From e1cc0e9e416fae09744b7f40718a7aceff2cb4f4 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 10 Jul 2018 07:38:43 -0400 Subject: [PATCH] Upgraded rubocop gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0a08d1..29f8ff5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,10 +260,10 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - rubocop (0.58.0) + rubocop (0.58.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.5) + parser (>= 2.5, != 2.5.1.1) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7)