diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-12 11:19:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-12 11:27:17 +0200 |
commit | c3eab3bf50ecc8d78f6c69d2dffe38e5e77f8a0e (patch) | |
tree | bbe252cf8ef2f763bd5da9cb5d3984da1d8fc140 /dev-ruby/bunny | |
parent | dev-ruby/net-ssh-gateway: enable ruby32 (diff) | |
download | gentoo-c3eab3bf50ecc8d78f6c69d2dffe38e5e77f8a0e.tar.gz gentoo-c3eab3bf50ecc8d78f6c69d2dffe38e5e77f8a0e.tar.bz2 gentoo-c3eab3bf50ecc8d78f6c69d2dffe38e5e77f8a0e.zip |
dev-ruby/bunny: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r-- | dev-ruby/bunny/bunny-2.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/bunny/bunny-2.22.0.ebuild b/dev-ruby/bunny/bunny-2.22.0.ebuild index f4b63d206dcb..ba97871ba08c 100644 --- a/dev-ruby/bunny/bunny-2.22.0.ebuild +++ b/dev-ruby/bunny/bunny-2.22.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" # Tests require a live AMQP server. RUBY_FAKEGEM_TASK_TEST="" |