From 7937c7111455c3285d3322912615d3b3b2761ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:45:28 +0000 Subject: [PATCH] Bump rubocop from 1.63.0 to 1.63.1 in the ruby group Bumps the ruby group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.63.0 to 1.63.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.63.0...v1.63.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a921cc3f..4b68664a 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.63.0' + gem 'rubocop', '~> 1.63.1' gem 'rubocop-capybara', '~> 2.20.0' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rails', '~> 2.24.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3e19d9f3..6b57e6b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.63.0) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -498,7 +498,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.63.0) + rubocop (~> 1.63.1) rubocop-capybara (~> 2.20.0) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.1)