From 482811d4a6db849d7b748f00d4192275a567dc2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:04:01 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.63.4 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.4...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 fea2d0c1..5d069e5e 100644 --- a/Gemfile +++ b/Gemfile @@ -18,5 +18,5 @@ group :development, :test do end group :development do - gem 'rubocop', '~> 1.63.4', require: false + gem 'rubocop', '~> 1.64.1', require: false end