From ce860469c91eef704c9a2f134798e7df8f993512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:25:28 +0000 Subject: [PATCH] build(deps-dev): update rubocop-minitest requirement Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.34.1...v0.34.2) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d1d1f126fb0..bdfe225e187 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development do # rubocop if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) gem "rubocop", "1.59.0" - gem "rubocop-minitest", "0.34.1" + gem "rubocop-minitest", "0.34.2" gem "rubocop-packaging", "0.5.2" gem "rubocop-performance", "1.20.0" gem "rubocop-rake", "= 0.6.0"