diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 06:34:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 06:34:30 +0000 |
commit | acc544c42f087feeb12e49572acf6cf8e5fec941 (patch) | |
tree | d9455564bdd22b6b935dd88c2453175f9c1fb9b5 /dev-ruby/patron | |
parent | dev-ruby/httpclient: enable ruby31 (diff) | |
download | gentoo-acc544c42f087feeb12e49572acf6cf8e5fec941.tar.gz gentoo-acc544c42f087feeb12e49572acf6cf8e5fec941.tar.bz2 gentoo-acc544c42f087feeb12e49572acf6cf8e5fec941.zip |
dev-ruby/patron: enable ruby31
Tests pass with all Rubys.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/patron')
-rw-r--r-- | dev-ruby/patron/patron-0.13.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/patron/patron-0.13.3-r1.ebuild b/dev-ruby/patron/patron-0.13.3-r1.ebuild index c9c2afa0dd53..6bebd371fe1c 100644 --- a/dev-ruby/patron/patron-0.13.3-r1.ebuild +++ b/dev-ruby/patron/patron-0.13.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" |