From fd277b89708c91d6c0750efd6a456e6735dbe72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:59:31 +0000 Subject: [PATCH] Bump rubocop from 1.26.1 to 1.48.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.26.1 to 1.48.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.26.1...v1.48.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 24b0734cd..95205c60b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,13 +17,14 @@ GEM rrrretry (~> 1) thor (~> 1) threaded (~> 0) + json (2.6.3) moneta (1.0.0) multi_json (1.15.0) - parallel (1.22.0) + parallel (1.22.1) parallel_split_test (0.10.0) parallel (>= 0.5.13) rspec-core (>= 3.9.0) - parser (3.1.1.0) + parser (3.2.1.0) ast (~> 2.4.1) platform-api (3.3.0) heroics (~> 0.1.1) @@ -31,7 +32,7 @@ GEM rate_throttle_client (~> 0.1.0) rainbow (3.1.1) rate_throttle_client (0.1.2) - regexp_parser (2.2.1) + regexp_parser (2.7.0) rexml (3.2.5) rrrretry (1.0.0) rspec-core (3.11.0) @@ -42,23 +43,24 @@ GEM rspec-support (3.11.0) rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.26.1) + rubocop (1.48.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.16.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.26.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.16.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.27.0) + parser (>= 3.2.1.0) rubocop-rspec (2.9.0) rubocop (~> 1.19) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) thor (1.1.0) threaded (0.0.4) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) webrick (1.7.0) PLATFORMS