From 3b897ea86e0116410444dc5a434988106c8b1fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 05:55:09 +0000 Subject: [PATCH] Bump rubocop from 1.73.0 to 1.73.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.73.0 to 1.73.2. - [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.73.0...v1.73.2) --- 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 1fe2fde746..ac31d89773 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,7 @@ group :development do gem "ed25519", ">= 1.2", "< 2.0", require: false # Required to support ed25519 SSH keys for capistrano. https://github.com/net-ssh/net-ssh/issues/565 gem "haml_lint", require: false gem "letter_opener" - gem "rubocop", "1.73.0", require: false + gem "rubocop", "1.73.2", require: false gem "rubocop-performance" gem "rubocop-rails" gem "rubocop-rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 92763ded8d..fc493a4201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -560,7 +560,7 @@ GEM rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.73.0) + rubocop (1.73.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -789,7 +789,7 @@ DEPENDENCIES rspec-collection_matchers rspec-rails rspec_junit_formatter - rubocop (= 1.73.0) + rubocop (= 1.73.2) rubocop-performance rubocop-rails rubocop-rspec