commit: 004fc41d235457c8fe59866a21516c0ac87a7fbe Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 1 04:36:48 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 04:55:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004fc41d
dev-ruby/activemodel: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/activemodel/activemodel-7.2.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/activemodel/activemodel-7.2.2.1.ebuild b/dev-ruby/activemodel/activemodel-7.2.2.1.ebuild index 658218292ced..c55512204c04 100644 --- a/dev-ruby/activemodel/activemodel-7.2.2.1.ebuild +++ b/dev-ruby/activemodel/activemodel-7.2.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
