From e845ce01b8f34157586120ba2968a061cf6fdd10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:02:08 +0000 Subject: [PATCH] Bump rubocop from 1.66.1 to 1.67.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.67.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7b94924..1815c09 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to group :development do gem 'puma', '~> 6.4' # Puma is a Rack-compatible server used by Bridgetown - gem 'rubocop', '~> 1.66' # RuboCop is a Ruby code style checking and code formatting tool. + gem 'rubocop', '~> 1.67' # RuboCop is a Ruby code style checking and code formatting tool. end diff --git a/Gemfile.lock b/Gemfile.lock index 4dbf0ee..aa83f01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM roda (3.79.0) rack rouge (4.2.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -135,7 +135,7 @@ GEM tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.0) zeitwerk (2.6.13) @@ -148,7 +148,7 @@ DEPENDENCIES bridgetown-seo-tag (~> 6.0) bridgetown-svg-inliner (~> 2.0) puma (~> 6.4) - rubocop (~> 1.66) + rubocop (~> 1.67) RUBY VERSION ruby 3.3.0p0