commit: 25aeda9071b86f46a95c3b9126381edab72d4d38 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 1 04:48:51 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=25aeda90
dev-ruby/activerecord: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/activerecord/activerecord-7.2.2.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/activerecord/activerecord-7.2.2.1.ebuild b/dev-ruby/activerecord/activerecord-7.2.2.1.ebuild index 9f10b1e59564..eecc196ec698 100644 --- a/dev-ruby/activerecord/activerecord-7.2.2.1.ebuild +++ b/dev-ruby/activerecord/activerecord-7.2.2.1.ebuild @@ -1,8 +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" # this is not null so that the dependencies will actually be filled RUBY_FAKEGEM_TASK_TEST="test"
