From 7240a84e68a76c6360d42605f1f7a32a527c0772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:10:11 -0800 Subject: [PATCH] Update rubocop-performance requirement from 1.23.0 to 1.23.1 (#538) Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [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.23.0...v1.23.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 85f1356..09dd4a7 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'overcommit', '0.64.1' # Pin tool versions (which are executed by Overcommit) for CI builds gem 'rubocop', '1.69.2' -gem 'rubocop-performance', '1.23.0' +gem 'rubocop-performance', '1.23.1' gem 'simplecov', '~> 0.22.0' gem 'simplecov-lcov', '~> 0.8.0'