From 2a6d9c21326221576034ad56be8c35d9dd380111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:49:27 +0000 Subject: [PATCH] Update rubocop-performance requirement from = 1.21.1 to = 1.22.1 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.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rf-stylez.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rf-stylez.gemspec b/rf-stylez.gemspec index 03d809b..bf807f8 100644 --- a/rf-stylez.gemspec +++ b/rf-stylez.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "pronto-rubocop", "~> 0.11.5" spec.add_runtime_dependency "reek", "~> 6.2" spec.add_runtime_dependency "rubocop", "1.65.1" - spec.add_runtime_dependency "rubocop-performance", "1.21.1" + spec.add_runtime_dependency "rubocop-performance", "1.22.1" spec.add_runtime_dependency "rubocop-rails", "2.25.1" spec.add_runtime_dependency "rubocop-rspec", "3.0.4" spec.add_runtime_dependency "unparser", "~> 0.6"