commit: 156a3bd61a081b7337c043e91efa835f84ddf376 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Aug 3 12:23:06 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Aug 3 12:23:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156a3bd6
dev-ruby/jbuilder: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild b/dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild index 4a1e56fe5f0e..1bd4b4dc1690 100644 --- a/dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild +++ b/dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild @@ -2,7 +2,8 @@ # 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_BINWRAP="" RUBY_FAKEGEM_TASK_TEST="CI=true test"
