commit: 394bf59a86f8b2cc2440f426e7908107883e2b21 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 17:56:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 18:09:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394bf59a
dev-ruby/rspec-collection_matchers: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> .../rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild index 7b6b72a4780e..c06fd5801fd6 100644 --- a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild +++ b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.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=7 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
