From 3e701c803fdd2ae392c828c3c632f9ebf69fea83 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 6 Jun 2018 08:26:32 -0400 Subject: [PATCH] Upgraded rubocop gem --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7654188..19ab7ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,6 +144,7 @@ GEM http_parser.rb (0.6.0) i18n (1.0.1) concurrent-ruby (~> 1.0) + jaro_winkler (1.4.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1) @@ -259,7 +260,8 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - rubocop (0.56.0) + rubocop (0.57.0) + jaro_winkler (~> 1.4.0) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1)