From 01226acceb8298c0463f619e846345c21b11bfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:30:53 +0000 Subject: [PATCH] build(deps-dev): update rubocop requirement from = 1.76.1 to = 1.77.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.76.1 to 1.77.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.76.1...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5bd447a..38f2342 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.76.1) + rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -91,7 +91,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.45.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.3.0) - rubocop (= 1.76.1) + rubocop (= 1.77.0) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index cac6914..c81038a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.3.0" - s.add_development_dependency "rubocop", "= 1.76.1" + s.add_development_dependency "rubocop", "= 1.77.0" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true"