From 4169212e319cf404bcd24cdadd10b17f35547415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:47:14 +0000 Subject: [PATCH] Update rubocop requirement from 1.66.1 to 1.67.0 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.66.1...v1.67.0) --- 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 b8cd52e56..ca989d2c1 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group :test, :development do gem 'bundler', '>= 1', '< 3' gem 'pry-byebug' gem 'redcarpet' - gem 'rubocop', '1.66.1' + gem 'rubocop', '1.67.0' end gemspec