commit: a96c085718866d30fcceafa328b506ec110b06f5 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 06:37:22 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Mar 24 06:37:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96c0857
dev-ruby/puppet_forge: enable ruby31 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/puppet_forge/puppet_forge-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/puppet_forge/puppet_forge-3.2.0.ebuild b/dev-ruby/puppet_forge/puppet_forge-3.2.0.ebuild index 70f0829e1f9b..bb3d5751ca63 100644 --- a/dev-ruby/puppet_forge/puppet_forge-3.2.0.ebuild +++ b/dev-ruby/puppet_forge/puppet_forge-3.2.0.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=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
