From e44d911819ac1e63f3784e8e606ea27a9771d5fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:22:56 +0000 Subject: [PATCH] Bump rubocop from 0.83.0 to 1.11.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.83.0 to 1.11.0. - [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.83.0...v1.11.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4d21878..8d285b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - ast (2.4.0) + ast (2.4.2) builder (3.2.3) bundle-audit (0.1.0) bundler-audit @@ -49,14 +49,15 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - parallel (1.19.1) - parser (2.7.1.2) - ast (~> 2.4.0) + parallel (1.20.1) + parser (3.0.0.0) + ast (~> 2.4.1) psych (3.0.2) rack (2.2.3) rainbow (3.0.0) rake (12.3.3) rdoc (6.0.4) + regexp_parser (2.1.1) rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -71,20 +72,24 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.83.0) + rubocop (1.11.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) rexml + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) + parser (>= 2.7.1.5) rubocop-checkstyle_formatter (0.4.0) rubocop (>= 0.35.1) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) semver2 (3.4.2) thor (0.20.0) thread_safe (0.3.6) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) PLATFORMS ruby