commit: 2d0f2bdbfbe0130df1a67fce3c7a6fc5d822b9ec Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jun 29 11:27:05 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 29 11:38:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0f2bdb
dev-ruby/activerecord: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/activerecord/activerecord-8.0.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/activerecord/activerecord-8.0.2.ebuild b/dev-ruby/activerecord/activerecord-8.0.2.ebuild index 790e8168ed0a..64d36bee7693 100644 --- a/dev-ruby/activerecord/activerecord-8.0.2.ebuild +++ b/dev-ruby/activerecord/activerecord-8.0.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" # this is not null so that the dependencies will actually be filled RUBY_FAKEGEM_TASK_TEST="test"
