From e564a5f70f1480f8179f0bfe10954ba9b409ebd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:42:19 -0700 Subject: [PATCH] Update rubocop-performance requirement from 1.21.0 to 1.21.1 (#514) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 51302c8..7b27e6f 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'overcommit', '0.63.0' # Pin tool versions (which are executed by Overcommit) for CI builds gem 'rubocop', '1.64.0' -gem 'rubocop-performance', '1.21.0' +gem 'rubocop-performance', '1.21.1' gem 'simplecov', '~> 0.22.0' gem 'simplecov-lcov', '~> 0.8.0'