commit: f4fd46e3f401ff87a2eda9ec392ceee0384e624d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 02:38:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 2 02:55:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fd46e3
dev-ruby/pusher-client: enable ruby31, ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/pusher-client/pusher-client-0.6.2-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/pusher-client/pusher-client-0.6.2-r1.ebuild b/dev-ruby/pusher-client/pusher-client-0.6.2-r1.ebuild index 622335344978..ede09da7d54f 100644 --- a/dev-ruby/pusher-client/pusher-client-0.6.2-r1.ebuild +++ b/dev-ruby/pusher-client/pusher-client-0.6.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem
