From f2b6eb506cd4fc48fc3f6bd84e8130663382d457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:20:26 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.82.1 to ~> 1.84.1 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.82.1...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 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 ddb5c15..0e28f7b 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :test do gem "climate_control", "~> 1.2.0" gem "oj", "~> 3.14" if ENV["WITH_OJ_GEM"] == "true" gem "rspec", "~> 3.13.0" - gem "rubocop", "~> 1.82.1" + gem "rubocop", "~> 1.84.1" gem "rubocop-performance", "~> 1.26.0" gem "simplecov", "~> 0.22.0" gem "simplecov-console", "~> 0.9.1"