From 2cfc43974b684dea1248af64a1d4cb34c98e9fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:57:57 +0000 Subject: [PATCH] chore(deps-dev): bump minitest from 5.27.0 to 6.0.1 Bumps [minitest](https://github.com/minitest/minitest) from 5.27.0 to 6.0.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.1) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 293e4ca..afa4944 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ group :development, :test do # Testing Framework # Minitest 6.0+ is having some issues with how tests are currently written - gem "minitest", "~> 5.0" + gem "minitest", "~> 6.0" gem "minitest-reporters" # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] diff --git a/Gemfile.lock b/Gemfile.lock index 6fed48a..4e1f12d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,8 @@ GEM net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) minitest-reporters (1.7.1) ansi builder @@ -328,7 +329,7 @@ DEPENDENCIES brakeman debug kamal - minitest (~> 5.0) + minitest (~> 6.0) minitest-reporters pg (~> 1.6) puma (>= 5.0)