From 798192a3fbf0d514df11dba604aa4af6bfde9077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:33:50 +0000 Subject: [PATCH] Bump rubocop-performance from 1.22.1 to 1.23.1 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.22.1 to 1.23.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.22.1...v1.23.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index dd29cfe1..94d3b041 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ group :development do gem 'better_errors' gem 'binding_of_caller' # Needed by better_errors to enable html console gem 'rubocop', '~> 1.48', require: false - gem 'rubocop-performance', '~> 1.16', require: false + gem 'rubocop-performance', '~> 1.23', require: false gem 'rubocop-rails', '~> 2.18', require: false gem 'rubocop-rspec', '~> 2.19', require: false gem 'seed_box' diff --git a/Gemfile.lock b/Gemfile.lock index 601f396f..bbe0587b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.8.1) + json (2.9.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -288,7 +288,7 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.10.0) reline (0.5.11) io-console (~> 0.5) request_store (1.7.0) @@ -325,13 +325,13 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.1) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-performance (1.22.1) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -418,7 +418,7 @@ DEPENDENCIES rails (~> 7.2.1) rspec-rails rubocop (~> 1.48) - rubocop-performance (~> 1.16) + rubocop-performance (~> 1.23) rubocop-rails (~> 2.18) rubocop-rspec (~> 2.19) seed_box