From 41e474130b56a46a9e7da4eaee08472d98efab66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:04:45 +0100 Subject: [PATCH] Update rubocop requirement from 1.63.0 to 1.63.2 (#939) * Update rubocop requirement from 1.63.0 to 1.63.2 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.63.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Fix specs --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Ebeagu --- gemfiles/base.gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemfiles/base.gemfile b/gemfiles/base.gemfile index 4e2e6fcd..67d0b1da 100644 --- a/gemfiles/base.gemfile +++ b/gemfiles/base.gemfile @@ -6,7 +6,7 @@ gem 'rake' gem 'rspec', '>= 3.7.0' gem 'rspec-collection_matchers' gem 'rspec-its' -gem 'rubocop', '1.63.0' -gem 'sqlite3' +gem 'rubocop', '1.63.2' +gem 'sqlite3', '~> 1.4' gem 'timecop' gem 'unparser'