From 9a88c8ce6685b8be2520b71198744e3c19265d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:07:24 +0000 Subject: [PATCH] Update minitest requirement from 5.25.1 to 5.25.3 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.1...v5.25.3) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cb632e1..7b5d3c7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'minitest', '5.25.1' +gem 'minitest', '5.25.3' gem 'rouge', '4.3.0' gem 'rubocop', '1.66.1' gem 'rubocop-minitest', '0.36.0'