diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-03 08:33:56 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-04 07:47:29 +0200 |
commit | 6e23d44e35b2f3d88a3eb8d4cafdfb3dd3c15fc6 (patch) | |
tree | 3a7a0f36d86c74b2aa15543ce95bad2dd00f6320 /dev-ruby/rack-protection | |
parent | www-servers/adsf: drop 1.4.3, 1.4.5, 1.4.6 (diff) | |
download | gentoo-6e23d44e35b2f3d88a3eb8d4cafdfb3dd3c15fc6.tar.gz gentoo-6e23d44e35b2f3d88a3eb8d4cafdfb3dd3c15fc6.tar.bz2 gentoo-6e23d44e35b2f3d88a3eb8d4cafdfb3dd3c15fc6.zip |
dev-ruby/rack-protection: enable ruby31
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-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild index 263f114e79f3..13db1f3f6e1f 100644 --- a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild +++ b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" # There are no specs in the gem and the source cannot be downloaded separately. RUBY_FAKEGEM_RECIPE_TEST="none" |