From 45d918072bfba62522aa0a0cf639f2299841c6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 10:19:08 +0000 Subject: [PATCH] Bump minitest from 5.22.3 to 5.25.2 Bumps [minitest](https://github.com/minitest/minitest) from 5.22.3 to 5.25.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.22.3...v5.25.2) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5acef00..f83b5a8 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ source "https://rubygems.org" # Specify your gem's dependencies in baran.gemspec gemspec -gem "minitest", "~> 5.22" +gem "minitest", "~> 5.25" gem "rake", "~> 13.1" diff --git a/Gemfile.lock b/Gemfile.lock index 51e7e7e..ccfafc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ PATH GEM remote: https://rubygems.org/ specs: - minitest (5.22.3) + minitest (5.25.2) rake (13.1.0) PLATFORMS @@ -15,7 +15,7 @@ PLATFORMS DEPENDENCIES baran! - minitest (~> 5.22) + minitest (~> 5.25) rake (~> 13.1) BUNDLED WITH