From 9e14640b607809b0d2f2f67fa9be2db11e9632ce Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 7 Apr 2023 18:57:08 +0100 Subject: [PATCH] dev-ruby/rspec-json_expectations: enable ruby32 Signed-off-by: Sam James --- .../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 591d2b3216c40..2d977f533430d 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"