diff options
author | 2025-02-01 07:02:42 +0100 | |
---|---|---|
committer | 2025-02-01 07:02:42 +0100 | |
commit | 6ac8606d2fe359ecc7c879d7776722d2f549609c (patch) | |
tree | 92f793daefaffd091c3b2e18bd8ba14c77681607 /dev-ruby | |
parent | www-client/chromium: drop 134.0.6974.3 (diff) | |
download | gentoo-6ac8606d2fe359ecc7c879d7776722d2f549609c.tar.gz gentoo-6ac8606d2fe359ecc7c879d7776722d2f549609c.tar.bz2 gentoo-6ac8606d2fe359ecc7c879d7776722d2f549609c.zip |
dev-ruby/rack-protection: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack-protection/rack-protection-4.1.1.ebuild b/dev-ruby/rack-protection/rack-protection-4.1.1.ebuild index afd7d9f9164d..d6d54f87d098 100644 --- a/dev-ruby/rack-protection/rack-protection-4.1.1.ebuild +++ b/dev-ruby/rack-protection/rack-protection-4.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" # There are no specs in the gem and the source cannot be downloaded separately. RUBY_FAKEGEM_RECIPE_TEST="none" |