From 3fe0d062f269e993a5cd980ff5a5835c1404ec57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:55:54 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.60.0 to 1.60.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.0 to 1.60.1. - [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.60.0...v1.60.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 156473a1ebc..eb5c1981465 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 6.1.0' gem 'rspec-wait' - gem 'rubocop', '~> 1.60.0' + gem 'rubocop', '~> 1.60.1' gem 'rubocop-rails', '~> 2.23' gem 'rubocop-rspec', '~> 2.26' gem 'rubocop-sequel', '~> 0.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 52a1c2490d6..dab05c138a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -345,7 +345,7 @@ GEM parallel (1.24.0) parallel_tests (4.4.0) parallel - parser (3.3.0.3) + parser (3.3.0.4) ast (~> 2.4.1) racc pg (1.5.4) @@ -448,7 +448,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.60.0) + rubocop (1.60.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -640,7 +640,7 @@ DEPENDENCIES rspec-rails (~> 6.1.0) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.60.0) + rubocop (~> 1.60.1) rubocop-rails (~> 2.23) rubocop-rspec (~> 2.26) rubocop-sequel (~> 0.3.4)