commit: 8716a93156728708e93361e54e4ea05eb3d01110 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Dec 29 07:20:19 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Dec 29 07:40:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716a931
dev-ruby/rack-protection: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rack-protection/rack-protection-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild index d1d2be4d588d..084831e63ebe 100644 --- a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild +++ b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" # There are no specs in the gem and the source cannot be downloaded separately. RUBY_FAKEGEM_RECIPE_TEST="none"