dev-ruby/coderay: enable ruby33

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2023-12-30 08:39:38 +01:00
parent 4f8483c77e
commit e1b456c4ee

View File

@@ -3,7 +3,7 @@
EAPI=8
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
USE_RUBY="ruby31 ruby32 ruby33"
# The test target also contains test:exe but that requires
# shoulda-context which we do not have packaged yet.