From bdf12cc9251db4bab00666b222d8d3842765e0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:22:15 +0000 Subject: [PATCH] build(deps-dev): bump the all-dependencies group with 2 updates Updates the requirements on [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `minitest` from 5.25.4 to 5.25.5 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.4...v5.25.5) Updates `rubocop` from 1.73.2 to 1.74.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.73.2...v1.74.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18cebad..9d70b04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.8) - minitest (5.25.4) + minitest (5.25.5) mocha (2.7.1) ruby2_keywords (>= 0.0.5) mutex_m (0.3.0) @@ -82,7 +82,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.73.2) + rubocop (1.74.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -93,7 +93,7 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) + rubocop-ast (1.39.0) parser (>= 3.3.1.0) rubocop-github (0.23.0) rubocop (>= 1.72) @@ -128,7 +128,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.73.2) + rubocop (= 1.74.0) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 9a97414..4bd5b81 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.2.1" - s.add_development_dependency "rubocop", "= 1.73.2" + s.add_development_dependency "rubocop", "= 1.74.0" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true"