From 18c6436c07674bd982f333054824c2d4520a10ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:04:56 +0000 Subject: [PATCH] Update rubocop requirement from 1.65.1 to 1.81.7 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.1...v1.81.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index db43188..2e79571 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'fastlane' gem 'rake' gem 'rspec' gem 'rspec_junit_formatter' -gem 'rubocop', '1.65.1' +gem 'rubocop', '1.81.7' gem 'rubocop-performance' gem 'rubocop-rake', '0.6.0' gem 'rubocop-require_tools'