From 34281f62f638c6bbf05a73f8ad29f5666d7619f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:40:42 +0000 Subject: [PATCH] Update mighty_test requirement from ~> 0.4.1 to ~> 0.5.2 Updates the requirements on [mighty_test](https://github.com/mattbrictson/mighty_test) to permit the latest version. - [Release notes](https://github.com/mattbrictson/mighty_test/releases) - [Commits](https://github.com/mattbrictson/mighty_test/compare/v0.4.1...v0.5.2) --- updated-dependencies: - dependency-name: mighty_test dependency-version: 0.5.2 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 c6853eac..0086263f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec gem "concurrent-ruby", "~> 1.1" gem "irb" -gem "mighty_test", "~> 0.4.1" unless RUBY_VERSION < "3.1" +gem "mighty_test", "~> 0.5.2" unless RUBY_VERSION < "3.1" gem "minitest", "~> 5.11" gem "rake", "~> 13.0" gem "rubocop", "1.84.0"