diff options
author | Sam James <sam@gentoo.org> | 2023-03-15 07:27:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-18 00:01:58 +0000 |
commit | 58c5782acafdcdbe6fa98f81489debdcf2c65514 (patch) | |
tree | 48005d90b366638c73be8fc68bf46ff07f32af34 /dev-ruby/addressable | |
parent | dev-ruby/public_suffix: enable ruby32 for 5.0.1 (diff) | |
download | gentoo-58c5782acafdcdbe6fa98f81489debdcf2c65514.tar.gz gentoo-58c5782acafdcdbe6fa98f81489debdcf2c65514.tar.bz2 gentoo-58c5782acafdcdbe6fa98f81489debdcf2c65514.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r-- | dev-ruby/addressable/addressable-2.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |