From 0ae42353851bd5d9a91911078fe0d77e51c60a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:11:31 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.20.0 to ~> 1.21.0 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.20.0...v1.21.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2fd78a599..5f7735f2c 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development do gem 'rspec', '~> 3.0' gem 'rspec-benchmark', '~> 0.6.0' gem 'rubocop', '~> 1.62.0' - gem 'rubocop-performance', '~> 1.20.0' + gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rspec', '~> 2.28.0' gem 'rubocop-rspec_rails', '~> 2.28.2' gem 'simplecov', '>= 0.18.0', '< 0.23.0'