diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-29 08:20:19 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-29 08:40:50 +0100 |
commit | 8716a93156728708e93361e54e4ea05eb3d01110 (patch) | |
tree | d459543a76303fc1db3cd691412f12e1edc4ac12 /dev-ruby/rack-protection | |
parent | app-misc/broot: drop 1.26.1 (diff) | |
download | gentoo-8716a93156728708e93361e54e4ea05eb3d01110.tar.gz gentoo-8716a93156728708e93361e54e4ea05eb3d01110.tar.bz2 gentoo-8716a93156728708e93361e54e4ea05eb3d01110.zip |
dev-ruby/rack-protection: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rack-protection')
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |