From f41b1de178ea36d374f270cbfa703765b0f013b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:52:55 +0000 Subject: [PATCH] Bump rubocop-performance from 1.22.1 to 1.23.0 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.22.1 to 1.23.0. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.22.1...v1.23.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 5542f582..9b727d9c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'redcarpet', '~> 3.6.0' gem 'rspec', '~> 3.13.0' gem 'rubocop', '~> 1.68.0' gem 'rubocop-packaging', '~> 0.5.2' -gem 'rubocop-performance', '~> 1.22.1' +gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.2.0' gem 'rubocop-sorbet', '~> 0.8.6' diff --git a/Gemfile.lock b/Gemfile.lock index b2b0f309..3cecaace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,11 +12,11 @@ GEM diff-lcs (1.5.1) docile (1.4.0) erubi (1.13.0) - json (2.7.5) + json (2.8.2) language_server-protocol (3.17.0.3) netrc (0.11.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc prism (1.2.0) @@ -27,7 +27,7 @@ GEM prism (~> 1.0) sorbet-runtime (>= 0.5.9204) redcarpet (3.6.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -52,11 +52,11 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -113,7 +113,7 @@ DEPENDENCIES rspec (~> 3.13.0) rubocop (~> 1.68.0) rubocop-packaging (~> 0.5.2) - rubocop-performance (~> 1.22.1) + rubocop-performance (~> 1.23.0) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.2.0) rubocop-sorbet (~> 0.8.6)