From 353978db37d9a27e23489ec5119df33ab28213bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:43:19 -0700 Subject: [PATCH] Update rubocop-performance requirement from 1.21.1 to 1.22.0 (#520) 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.21.1...v1.22.0) --- 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 0f60dbd..af4d7fe 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'overcommit', '0.64.0' # Pin tool versions (which are executed by Overcommit) for CI builds gem 'rubocop', '1.66.1' -gem 'rubocop-performance', '1.21.1' +gem 'rubocop-performance', '1.22.0' gem 'simplecov', '~> 0.22.0' gem 'simplecov-lcov', '~> 0.8.0'