From 2d0f2bdbfbe0130df1a67fce3c7a6fc5d822b9ec Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 29 Jun 2025 13:27:05 +0200 Subject: [PATCH] dev-ruby/activerecord: enable ruby34 Signed-off-by: Hans de Graaff --- 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 790e8168ed0a0..64d36bee76934 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"