From b7b90cc94896d1ba83b1ed76e42d82a4bfc97124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 03:02:16 +0000 Subject: [PATCH] Bump rubocop from 1.19.1 to 1.43.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.19.1 to 1.43.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/v1.19.1...v1.43.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3edfcf5..7bd1b51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,22 +52,23 @@ GEM atlassian-jwt multipart-post oauth (~> 0.5, >= 0.5.0) + json (2.6.3) jwt (2.1.0) method_source (1.0.0) minitest (5.14.4) multipart-post (2.1.1) oauth (0.5.6) - parallel (1.20.1) - parser (3.0.2.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pastel (0.8.0) tty-color (~> 0.5) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.1.1) + regexp_parser (2.6.1) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -82,17 +83,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.19.1) + rubocop (1.43.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.9.1, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.10.0) - parser (>= 3.0.1.1) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) simplecov (0.21.2) @@ -115,7 +117,7 @@ GEM tty-screen (0.8.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.4.2) wisper (2.0.1) zeitwerk (2.4.2)