From 832f7793da82872f3fb3994de688f492dd9f9b89 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 13:26:39 +0000 Subject: [PATCH] Update rubocop to version 0.80.0 --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f1e5a162..048f9cbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.19.1) - parser (2.7.0.1) + parser (2.7.0.2) ast (~> 2.4.0) poltergeist (1.18.1) capybara (>= 2.1, < 4) @@ -263,6 +263,7 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) + rexml (3.2.4) riddle (2.4.0) rspec-core (3.9.0) rspec-support (~> 3.9.0) @@ -281,11 +282,12 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - rubocop (0.79.0) + rubocop (0.80.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) rubocop-rspec (1.37.1) @@ -349,7 +351,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) warden (1.2.8) rack (>= 2.0.6) websocket-driver (0.7.0)