From 810e4aa159942c7543faef9cc14c8dc59c1841a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:16:10 +0000 Subject: [PATCH] Bump rubocop-performance in the patch-and-minor-dependencies group Bumps the patch-and-minor-dependencies group with 1 update: [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `rubocop-performance` from 1.21.1 to 1.22.1 - [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.21.1...v1.22.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a5072c4..f266e6f 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ group :development do gem 'pry', '~> 0.14.2' gem 'rake', '~> 13.1' gem 'rubocop', '~> 1.66.1', require: false - gem 'rubocop-performance', '~> 1.21.1', require: false + gem 'rubocop-performance', '~> 1.22.1', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 45f3456..62afb1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) @@ -102,7 +102,7 @@ GEM yard (~> 0.9, >= 0.9.24) thor (1.3.2) tilt (2.4.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) webrick (1.8.1) yard (0.9.37) @@ -123,7 +123,7 @@ DEPENDENCIES rake (~> 13.1) roda (~> 3.84) rubocop (~> 1.66.1) - rubocop-performance (~> 1.21.1) + rubocop-performance (~> 1.22.1) solargraph (~> 0.50.0) BUNDLED WITH