From 9e8825a1801862c0aa8437fefaa1210ebe3ffa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 07:06:51 +0000 Subject: [PATCH] build(deps-dev): bump the bundler group with 1 update Bumps the bundler group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.59.0 to 1.60.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.59.0...v1.60.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d835454fa..4d0a32efe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM oauth2 (>= 1.4, < 3) omniauth (~> 2.0) parallel (1.24.0) - parser (3.3.0.3) + parser (3.3.0.4) ast (~> 2.4.1) racc pry (0.14.2) @@ -103,11 +103,11 @@ GEM ffi (~> 1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0)