From 3c2d56754e9c2c07e7f08d7108f9ad75806a0b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:54:52 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.63.0 to ~> 1.64.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.63.0...v1.64.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d38f1a47..78f7fab4 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do gem "minitest", "~> 5.17" gem "minitest-focus", "~> 1.3" gem "rake" - gem "rubocop", "~> 1.63.0" + gem "rubocop", "~> 1.64.1" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.35.0" gem "rubocop-performance", "~> 1.21.0"