From f8430de73eb0c79e348326e4449107146ef1cdd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 06:08:22 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.76.0 to ~> 1.81.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.76.0...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.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 a82e044..48e1c61 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem "bundler" gem "pry" gem "rake" gem "rspec", "~> 3.1" -gem "rubocop", "~> 1.76.0" +gem "rubocop", "~> 1.81.1" gem "simplecov", "!= 0.18.0", "!= 0.18.1", "!= 0.18.2", "!= 0.18.3", "!= 0.18.4", "!= 0.18.5", "!= 0.19.0", "!= 0.19.1"