commit: 0fe836c00dfed277fa8dddf4b1750d1c00cbb422 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 07:55:26 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 08:26:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe836c0
dev-ruby/shoulda: enable ruby31 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/shoulda/shoulda-3.6.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/shoulda/shoulda-3.6.0-r2.ebuild b/dev-ruby/shoulda/shoulda-3.6.0-r2.ebuild index ffa03c933f02..75d6d95014b8 100644 --- a/dev-ruby/shoulda/shoulda-3.6.0-r2.ebuild +++ b/dev-ruby/shoulda/shoulda-3.6.0-r2.ebuild @@ -1,9 +1,9 @@ -# 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="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md"
