Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/addressable/
Date: Sat, 18 Mar 2023 00:03:06
Message-Id: 1679097718.58c5782acafdcdbe6fa98f81489debdcf2c65514.sam@gentoo
1 commit: 58c5782acafdcdbe6fa98f81489debdcf2c65514
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 07:27:19 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 00:01:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c5782a
7
8 dev-ruby/addressable: enable ruby32
9
10 ```
11 Finished in 0.42193 seconds (files took 0.16215 seconds to load)
12 1403 examples, 0 failures, 5 pending
13 ```
14
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-ruby/addressable/addressable-2.8.1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-ruby/addressable/addressable-2.8.1.ebuild b/dev-ruby/addressable/addressable-2.8.1.ebuild
21 index c6684e1001c0..f81a5ff2c1a3 100644
22 --- a/dev-ruby/addressable/addressable-2.8.1.ebuild
23 +++ b/dev-ruby/addressable/addressable-2.8.1.ebuild
24 @@ -2,7 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 -USE_RUBY="ruby27 ruby30 ruby31"
29 +USE_RUBY="ruby27 ruby30 ruby31 ruby32"
30
31 RUBY_FAKEGEM_RECIPE_TEST="rspec3"