dev-util/cucumber-rails: enable ruby30

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2022-04-09 12:59:02 +02:00
parent 77d810b50a
commit 52a20b91e4

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby26 ruby27"
USE_RUBY="ruby26 ruby27 ruby30"
# There are also cucumber features. They require a Rails project with
# factory girl which we don't have packaged yet.