From 938219413d1d68069f7c0cbdc9ec2e3b89ac539d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:25:41 +0000 Subject: [PATCH] Update rubocop requirement from 1.84.0 to 1.86.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.84.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 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 c6853eac..df3ac0ee 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "irb" gem "mighty_test", "~> 0.4.1" unless RUBY_VERSION < "3.1" gem "minitest", "~> 5.11" gem "rake", "~> 13.0" -gem "rubocop", "1.84.0" +gem "rubocop", "1.86.1" gem "rubocop-md", "2.0.4" gem "rubocop-minitest", "0.39.1" gem "rubocop-packaging", "0.6.0"