From 70cf26c4afc71ed8f0eba6e95b342485cafe3349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 06:32:15 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.60.2 to ~> 1.75.7 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.60.2...v1.75.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.7 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 f2e154a..f1aaec3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ gem "codeclimate-test-reporter", "0.4.4" gem "pry" gem "rake" gem "rspec", "~> 3.1" -gem "rubocop", "~> 1.60.2" +gem "rubocop", "~> 1.75.7" 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"