commit:     34e010fbf0926f34907c44b52bd20a1d2014ca0e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 09:58:33 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 10:10:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e010fb

dev-ruby/activesupport: fix minitest dependency

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 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() {

Reply via email to