commit: 9e14640b607809b0d2f2f67fa9be2db11e9632ce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 17:57:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 18:09:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e14640b
dev-ruby/rspec-json_expectations: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> .../rspec-json_expectations/rspec-json_expectations-2.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0-r1.ebuild b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0-r1.ebuild index 591d2b3216c4..2d977f533430 100644 --- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0-r1.ebuild +++ b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0-r1.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_EXTRADOC="README.md"
