diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-04-05 09:59:27 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-04-05 11:42:06 +0200 |
commit | 8ad45ee68f9c2f3e054c9681c92dc3e08fa7931b (patch) | |
tree | 09784c1bfce7103973bb64e60909b2a8ccff292a /dev-ruby/faraday-follow_redirects | |
parent | app-admin/r10k: add 4.0.2 (diff) | |
download | gentoo-8ad45ee68f9c2f3e054c9681c92dc3e08fa7931b.tar.gz gentoo-8ad45ee68f9c2f3e054c9681c92dc3e08fa7931b.tar.bz2 gentoo-8ad45ee68f9c2f3e054c9681c92dc3e08fa7931b.zip |
dev-ruby/faraday-follow_redirects: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/faraday-follow_redirects')
-rw-r--r-- | dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild index 78e79967c84a..8fb5aa93a297 100644 --- a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild +++ b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |