From 004de1b4107a4e5a82fa2c9cabdeae5ef017d84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:10:43 +0000 Subject: [PATCH] Bump minitest in /tictactoe_ruby in the bundler-minor group Bumps the bundler-minor group in /tictactoe_ruby with 1 update: [minitest](https://github.com/minitest/minitest). Updates `minitest` from 5.24.1 to 5.25.1 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.1...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor ... Signed-off-by: dependabot[bot] --- tictactoe_ruby/Gemfile | 2 +- tictactoe_ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tictactoe_ruby/Gemfile b/tictactoe_ruby/Gemfile index 900539f..22c271e 100644 --- a/tictactoe_ruby/Gemfile +++ b/tictactoe_ruby/Gemfile @@ -7,6 +7,6 @@ gemspec gem "rake", "~> 13.2" -gem "minitest", "~> 5.24" +gem "minitest", "~> 5.25" gem "rubocop", "~> 1.65" diff --git a/tictactoe_ruby/Gemfile.lock b/tictactoe_ruby/Gemfile.lock index a5bb94e..86f14f4 100644 --- a/tictactoe_ruby/Gemfile.lock +++ b/tictactoe_ruby/Gemfile.lock @@ -9,7 +9,7 @@ GEM ast (2.4.2) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.24.1) + minitest (5.25.1) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) @@ -42,7 +42,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - minitest (~> 5.24) + minitest (~> 5.25) rake (~> 13.2) rubocop (~> 1.65) tictactoe_ruby!