From e9f87d5ef4e414119d51d094301fd99945f3f3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:18:48 +0000 Subject: [PATCH] Update mighty_test requirement from ~> 0.4.1 to ~> 0.5.1 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.1) --- updated-dependencies: - dependency-name: mighty_test dependency-version: 0.5.1 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 daee2578..cc0364f6 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.1" unless RUBY_VERSION < "3.1" gem "minitest", "~> 5.11" gem "rake", "~> 13.0" gem "rubocop", "1.84.0"