commit: 462b5ce5f93ea64b77fcc357ea47329d3edcaf7c Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Mar 6 06:58:02 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Mar 6 06:58:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462b5ce5
dev-ruby/minitest-global_expectations: enable ruby32 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../minitest-global_expectations-1.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild index e791117905eb..ef3530ee0ff9 100644 --- a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.ebuild +++ b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1-r1.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="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-fakegem
