From aba7066ca24d97ce41545f930cf3ae2ba633497e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:49:30 +0000 Subject: [PATCH] build(deps): update rubocop requirement from ~> 1.82.1 to ~> 1.84.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.82.1...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.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 5663af2..17ab415 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "memory_profiler", require: false gem "minitest" gem "minitest-reporters" gem "mocha", "~> 3.0.1" -gem "rubocop", "~> 1.82.1", require: false +gem "rubocop", "~> 1.84.0", require: false gem "rubocop-minitest", require: false gem "rubocop-rake", require: false gem "yard"