From cdf3618055c2321f8e4c2c5a665b32907f278075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:53:05 +0000 Subject: [PATCH] Update rubocop requirement from 1.66.0 to 1.66.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.0...v1.66.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 3770b97..0c46acc 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "minitest-rg", "~> 5.3" gem "minitest-stub_any_instance", "~> 1.0" gem "nokogiri", "~> 1.16" gem "rake", "~> 13.0" -gem "rubocop", "1.66.0" +gem "rubocop", "1.66.1" gem "rubocop-minitest", "0.36.0" gem "rubocop-packaging", "0.5.2" gem "rubocop-performance", "1.21.1"