From c30f7f09aaeef9a937c73d785e23637af35becd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:03:26 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.26.0 to ~> 1.27.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.26.0...v1.27.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.27.0 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 42cbdf8..15ece4e 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :test do gem "oj", "~> 3.14" if ENV["WITH_OJ_GEM"] == "true" gem "rspec", "~> 3.13.0" gem "rubocop", "~> 1.89.0" - gem "rubocop-performance", "~> 1.26.0" + gem "rubocop-performance", "~> 1.27.0" gem "simplecov", "~> 1.0.0" gem "simplecov-console", "~> 0.9.1" end