From 33e2897507cbb5d2bcc88242c9621dde4438deae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:02:33 +0000 Subject: [PATCH] build(deps-dev): update rubocop-performance requirement from ~> 1.25.0 to ~> 1.26.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.25.0...v1.26.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- neoway_auth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neoway_auth.gemspec b/neoway_auth.gemspec index 6b01fc4..bb8dc2d 100644 --- a/neoway_auth.gemspec +++ b/neoway_auth.gemspec @@ -33,6 +33,6 @@ Gem::Specification.new do |s| s.add_development_dependency "rspec", "~> 3.13.0" s.add_development_dependency "rubocop", "~> 1.80.1" s.add_development_dependency "rubocop-packaging", "~> 0.5.2" - s.add_development_dependency "rubocop-performance", "~> 1.25.0" + s.add_development_dependency "rubocop-performance", "~> 1.26.1" s.add_development_dependency "simplecov", "~> 0.22.0" end