commit: 7bf87cfef9ea5bcfb0593cb9fb0a61f560b960af Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jul 27 05:57:51 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jul 27 05:57:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf87cfe
dev-ruby/asciidoctor-diagram: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.3.2.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.3.2.ebuild index ea4884f3fbb3..0bb2e306a2de 100644 --- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.3.2.ebuild +++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby32 ruby33" +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
