From b43e34f387e1a0c9bd510728219531764e2f9902 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 08:17:42 +0000 Subject: [PATCH] Update rubocop to version 0.93.1 --- Gemfile.lock | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7440e5e..f1232fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM archive-zip (0.11.0) io-like (~> 0.3.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.1) bindex (0.5.0) bootsnap (1.3.2) msgpack (~> 1.0) @@ -105,7 +105,6 @@ GEM i18n (1.1.0) concurrent-ruby (~> 1.0) io-like (0.3.0) - jaro_winkler (1.5.1) jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) @@ -153,11 +152,10 @@ GEM omniauth-oauth2 (1.5.0) oauth2 (~> 1.1) omniauth (~> 1.2) - parallel (1.12.1) - parser (2.5.1.2) - ast (~> 2.4.0) + parallel (1.19.2) + parser (2.7.2.0) + ast (~> 2.4.1) pg (1.1.3) - powerpack (0.1.2) pry (0.10.0) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -205,10 +203,12 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) + regexp_parser (1.8.2) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + rexml (3.2.4) rspec-collection_matchers (1.1.3) rspec-expectations (>= 2.99.0.beta1) rspec-core (3.8.0) @@ -228,15 +228,18 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.59.2) - jaro_winkler (~> 1.5.1) + rubocop (0.93.1) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - powerpack (~> 0.1) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8) + rexml + rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.10.0) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.8.0) + parser (>= 2.7.1.5) + ruby-progressbar (1.10.1) ruby_dep (1.5.0) rubyzip (1.2.2) sass (3.6.0) @@ -287,7 +290,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.5) - unicode-display_width (1.4.0) + unicode-display_width (1.7.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0)