commit: 84501a56dfb8c87e7af7c27e9d5485b20726f835
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 05:33:49 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 05:53:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84501a56
dev-ruby/activesupport: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/activesupport/activesupport-7.1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild
b/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild
index 5d235c2aedc4..562ae08c9c0b 100644
--- a/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild
+++ b/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
@@ -51,7 +51,7 @@ ruby_add_bdepend "test? (
>=dev-ruby/nokogiri-1.8.1
>=dev-ruby/builder-3.1.0
>=dev-ruby/listen-3.3:3
- dev-ruby/rack:3.0
+ || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 )
dev-ruby/rexml
dev-ruby/mocha
>dev-ruby/minitest-5.15.0:*