diff options
author | Sam James <sam@gentoo.org> | 2023-03-15 07:13:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-18 00:01:50 +0000 |
commit | 66181f14aea4d98edcfd39ef156043d3c36edc4a (patch) | |
tree | af3ffb0d9e4da1e8965154a791a4af9cf281278a /dev-ruby/wisper | |
parent | dev-ruby/tty-screen: enable ruby32 (diff) | |
download | gentoo-66181f14aea4d98edcfd39ef156043d3c36edc4a.tar.gz gentoo-66181f14aea4d98edcfd39ef156043d3c36edc4a.tar.bz2 gentoo-66181f14aea4d98edcfd39ef156043d3c36edc4a.zip |
dev-ruby/wisper: enable ruby32
```
Finished in 1.03 seconds (files took 0.07646 seconds to load)
104 examples, 0 failures
Randomized with seed 2881
```
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/wisper')
-rw-r--r-- | dev-ruby/wisper/wisper-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/wisper/wisper-2.0.1.ebuild b/dev-ruby/wisper/wisper-2.0.1.ebuild index 54e929575cba..0eb86608b79b 100644 --- a/dev-ruby/wisper/wisper-2.0.1.ebuild +++ b/dev-ruby/wisper/wisper-2.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |