From 7f6e7fc014c5baa6dfcb142505e53dc75a81709a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 05:55:23 +0000 Subject: [PATCH] Bump rubocop from 0.77.0 to 1.18.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.77.0 to 1.18.4. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.77.0...v1.18.4) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2a8b4588813..00bc5bec13b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - ast (2.4.0) + ast (2.4.2) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) concurrent-ruby (1.1.5) @@ -18,7 +18,6 @@ GEM multipart-post (>= 1.2, < 3) i18n (1.6.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) metaclass (0.0.4) minitest (5.11.3) mocha (1.3.0) @@ -26,12 +25,14 @@ GEM multipart-post (2.0.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.19.1) - parser (2.6.5.0) - ast (~> 2.4.0) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) public_suffix (3.0.3) rainbow (3.0.0) rake (12.3.3) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -45,21 +46,25 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.77.0) - jaro_winkler (~> 1.5.1) + rubocop (1.18.4) parallel (~> 1.10) - parser (>= 2.6) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.8.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.8.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.6.0) + unicode-display_width (2.0.0) PLATFORMS ruby