From 0abe3231ed023567f1d12e768b456df71bfa476f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:07:18 +0000 Subject: [PATCH] Update rubocop requirement from 1.66.1 to 1.69.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.66.1...v1.69.1) --- updated-dependencies: - dependency-name: rubocop 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 cb632e1..8828952 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'minitest', '5.25.1' gem 'rouge', '4.3.0' -gem 'rubocop', '1.66.1' +gem 'rubocop', '1.69.1' gem 'rubocop-minitest', '0.36.0' gem 'rubocop-rake', '0.6.0'