From 517ba0767791e8d22b9a38b62a85405eb426b4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:05:15 +0000 Subject: [PATCH] Update rubocop requirement from 1.88.2 to 1.90.0 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.88.2...v1.90.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.90.0 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 f985cb7..5c8f5c5 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "vcr", "~> 6.2" gem "webmock", "~> 3.23" if RUBY_VERSION >= "3.3" - gem "rubocop", "1.88.2" + gem "rubocop", "1.90.0" gem "rubocop-factory_bot", "2.28.0" gem "rubocop-packaging", "0.6.0" gem "rubocop-performance", "1.26.1"