From 70a43b8d36991fb27f7765f5892c800cc42163ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:23:07 +0000 Subject: [PATCH] Bump rubocop from 1.67.0 to 1.68.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.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.67.0...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d89fecb..47aa6ce 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake', '~> 13.2' gem 'rspec', '~> 3.13' -gem 'rubocop', '~> 1.67' +gem 'rubocop', '~> 1.68' gem 'rubocop-rake' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 1d08df7..ea939a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -79,7 +79,7 @@ DEPENDENCIES rake (~> 13.2) relic_link! rspec (~> 3.13) - rubocop (~> 1.67) + rubocop (~> 1.68) rubocop-rake rubocop-rspec vcr (~> 6.3)