From 3d094bbdc5784aef90ee80866c472e208663f15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:13:35 +0000 Subject: [PATCH] Bump rubocop from 1.56.2 to 1.56.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.2 to 1.56.4. - [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.56.2...v1.56.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fe83082c9..856a5c536 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ group :development do gem "pronto-eslint", "~> 0.11.1", require: false gem "pronto-rubocop", "~> 0.11.5", require: false gem "pronto-scss", "~> 0.11.0", require: false - gem "rubocop", "~> 1.56.2", require: false + gem "rubocop", "~> 1.56.4", require: false gem "rubocop-capybara", "~> 2.18.0", require: false gem "rubocop-factory_bot", "~> 2.24.0", require: false gem "rubocop-performance", "~> 1.19.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index aaf29d65a..c86884339 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -519,7 +519,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.56.2) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -755,7 +755,7 @@ DEPENDENCIES rinku (~> 2.0.6) ros-apartment (~> 2.11.0) rspec-rails (~> 5.1.2) - rubocop (~> 1.56.2) + rubocop (~> 1.56.4) rubocop-capybara (~> 2.18.0) rubocop-factory_bot (~> 2.24.0) rubocop-performance (~> 1.19.0)