commit: 3288158c51ecb5b967ec1c1bb275e40037c016fb Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat May 7 06:12:20 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat May 7 06:33:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3288158c
dev-ruby/contracts: enable ruby31 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/contracts/contracts-0.17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/contracts/contracts-0.17.ebuild b/dev-ruby/contracts/contracts-0.17.ebuild index cdcdf09d1eb8..98dd5cdb094a 100644 --- a/dev-ruby/contracts/contracts-0.17.ebuild +++ b/dev-ruby/contracts/contracts-0.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby30" +USE_RUBY="ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
