From a51f162075e53b79e13aa7726ef98d67948febf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:52:33 +0800 Subject: [PATCH] Update rubocop requirement from 1.63.4 to 1.63.5 (#949) 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.63.5) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gemfiles/base.gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/base.gemfile b/gemfiles/base.gemfile index f4e0c507..ed4fbf8f 100644 --- a/gemfiles/base.gemfile +++ b/gemfiles/base.gemfile @@ -6,7 +6,7 @@ gem 'redis', require: false gem 'rspec', '>= 3.7.0' gem 'rspec-collection_matchers' gem 'rspec-its' -gem 'rubocop', '1.63.4' +gem 'rubocop', '1.63.5' gem 'sqlite3', '~> 1.4' gem 'timecop' gem 'unparser'