From fd0250564783d6197e183566b3c181496a631d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:57:12 +0000 Subject: [PATCH] Bump rubocop from 1.56.4 to 1.57.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.2. - [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.56.4...v1.57.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 26bf6f26..ee13422f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pry-byebug', '~> 3.10' gem 'rake', '~> 13.0.6' gem 'redcarpet', '~> 3.6.0' gem 'rspec', '~> 3.12.0' -gem 'rubocop', '~> 1.56.4' +gem 'rubocop', '~> 1.57.2' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.19.1' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 14a94f90..fd31be47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,6 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - base64 (0.1.1) byebug (11.1.3) coderay (1.1.3) diff-lcs (1.5.0) @@ -19,7 +18,7 @@ GEM method_source (1.0.0) netrc (0.11.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pry (0.14.1) @@ -28,7 +27,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - racc (1.7.1) + racc (1.7.2) rainbow (3.1.1) rake (13.0.6) rbi (0.0.17) @@ -37,7 +36,7 @@ GEM sorbet-runtime (>= 0.5.9204) unparser (>= 0.5.6) redcarpet (3.6.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -52,19 +51,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) @@ -115,7 +113,7 @@ GEM thor (>= 1.2.0) yard-sorbet thor (1.2.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) unparser (0.6.8) diff-lcs (~> 1.3) parser (>= 3.2.0) @@ -131,7 +129,7 @@ DEPENDENCIES rake (~> 13.0.6) redcarpet (~> 3.6.0) rspec (~> 3.12.0) - rubocop (~> 1.56.4) + rubocop (~> 1.57.2) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.19.1) rubocop-rake (~> 0.6.0)