From ed399d23b4172a3a442d91cf097ee2a51d85eb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:56:43 +0000 Subject: [PATCH] Bump rubocop from 1.63.5 to 1.64.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.64.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.63.5...v1.64.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 | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 51c15fb..505200c 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.63' # RuboCop is a Ruby code style checking and code formatting tool. + gem 'rubocop', '~> 1.64' # RuboCop is a Ruby code style checking and code formatting tool. end diff --git a/Gemfile.lock b/Gemfile.lock index ed105eb..01a4aed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,19 +100,20 @@ GEM public_suffix (5.0.5) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.0) rack (3.0.10) rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.9.1) - rexml (3.2.6) + regexp_parser (2.9.2) + rexml (3.2.8) + strscan (>= 3.0.9) roda (3.79.0) rack rouge (4.2.1) - rubocop (1.63.5) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -130,6 +131,7 @@ GEM activesupport (>= 6.0) erubi (>= 1.10) tilt (~> 2.0) + strscan (3.1.0) thor (1.3.1) tilt (2.3.0) tzinfo (2.0.6) @@ -147,7 +149,7 @@ DEPENDENCIES bridgetown-seo-tag (~> 6.0) bridgetown-svg-inliner (~> 2.0) puma (~> 6.4) - rubocop (~> 1.63) + rubocop (~> 1.64) RUBY VERSION ruby 3.3.0p0