commit: 58c5782acafdcdbe6fa98f81489debdcf2c65514 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 07:27:19 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 00:01:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c5782a
dev-ruby/addressable: enable ruby32 ``` Finished in 0.42193 seconds (files took 0.16215 seconds to load) 1403 examples, 0 failures, 5 pending ``` Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/addressable/addressable-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/addressable/addressable-2.8.1.ebuild b/dev-ruby/addressable/addressable-2.8.1.ebuild index c6684e1001c0..f81a5ff2c1a3 100644 --- a/dev-ruby/addressable/addressable-2.8.1.ebuild +++ b/dev-ruby/addressable/addressable-2.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
