commit: 3438a7f13180d01af6192478369e069221e119f0 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 07:50:14 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 09:04:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3438a7f1
dev-ruby/rspec-core: enable ruby32 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rspec-core/rspec-core-3.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild index 6e5f589ab606..365cebb9ac53 100644 --- a/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="none"