From c16f3ab199bb141a9f2240634391a39251164182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:29:42 +0000 Subject: [PATCH] Bump minitest from 5.24.1 to 5.25.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.1...v5.25.0) --- 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 d88cceb..702d44d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" # Specify your gem's dependencies in flatito.gemspec gemspec -gem "minitest", "~> 5.24" +gem "minitest", "~> 5.25" gem "rake", "~> 13.2" gem "rubocop", "~> 1.65" gem "rubocop-minitest", "~> 0.35" diff --git a/Gemfile.lock b/Gemfile.lock index 27dc7e3..6355885 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM colorize (1.1.0) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.24.1) + minitest (5.25.0) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) @@ -53,7 +53,7 @@ PLATFORMS DEPENDENCIES flatito! - minitest (~> 5.24) + minitest (~> 5.25) rake (~> 13.2) rubocop (~> 1.65) rubocop-minitest (~> 0.35)