From 34e010fbf0926f34907c44b52bd20a1d2014ca0e Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 13 Dec 2025 10:58:33 +0100 Subject: [PATCH] dev-ruby/activesupport: fix minitest dependency Signed-off-by: Hans de Graaff --- dev-ruby/activesupport/activesupport-7.2.3.ebuild | 2 +- dev-ruby/activesupport/activesupport-8.0.4.ebuild | 2 +- dev-ruby/activesupport/activesupport-8.1.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/activesupport/activesupport-7.2.3.ebuild b/dev-ruby/activesupport/activesupport-7.2.3.ebuild index 26411e23be60..d43bf99cda66 100644 --- a/dev-ruby/activesupport/activesupport-7.2.3.ebuild +++ b/dev-ruby/activesupport/activesupport-7.2.3.ebuild @@ -52,7 +52,7 @@ ruby_add_bdepend "test? ( || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 ) dev-ruby/rexml dev-ruby/mocha - >dev-ruby/minitest-5.15.0:* + >=dev-ruby/minitest-5.15.0:* )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-8.0.4.ebuild b/dev-ruby/activesupport/activesupport-8.0.4.ebuild index 83c5e6eb518e..21166b1eefb8 100644 --- a/dev-ruby/activesupport/activesupport-8.0.4.ebuild +++ b/dev-ruby/activesupport/activesupport-8.0.4.ebuild @@ -53,7 +53,7 @@ ruby_add_bdepend "test? ( || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 ) dev-ruby/rexml dev-ruby/mocha - >dev-ruby/minitest-5.15.0:* + >=dev-ruby/minitest-5.15.0:* )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-8.1.1.ebuild b/dev-ruby/activesupport/activesupport-8.1.1.ebuild index 7510f77f75c6..b64299d765b2 100644 --- a/dev-ruby/activesupport/activesupport-8.1.1.ebuild +++ b/dev-ruby/activesupport/activesupport-8.1.1.ebuild @@ -53,7 +53,7 @@ ruby_add_bdepend "test? ( || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 ) dev-ruby/rexml dev-ruby/mocha - >dev-ruby/minitest-5.15.0:* + >=dev-ruby/minitest-5.15.0:5 )" all_ruby_prepare() {