From dcc15228d1ade4e537885eae735038c83a161bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:45:40 +0000 Subject: [PATCH] Update rubocop requirement from 1.62.1 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.62.1...v1.64.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 f404a96b..d1896dcd 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gemspec gem 'coveralls', require: false -gem 'rubocop', '1.62.1', require: false +gem 'rubocop', '1.64.1', require: false gem 'rubocop-performance', '1.20.2', require: false gem 'rubocop-rake', '0.6.0', require: false gem 'rubocop-rspec', '2.27.1', require: false