diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 18:56:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 19:09:55 +0100 |
commit | 394bf59a86f8b2cc2440f426e7908107883e2b21 (patch) | |
tree | 9b0666467538fd200f3c1e853e9a930822764db3 /dev-ruby/rspec-collection_matchers | |
parent | app-text/xmlformat: enable ruby31, ruby32 (diff) | |
download | gentoo-394bf59a86f8b2cc2440f426e7908107883e2b21.tar.gz gentoo-394bf59a86f8b2cc2440f426e7908107883e2b21.tar.bz2 gentoo-394bf59a86f8b2cc2440f426e7908107883e2b21.zip |
dev-ruby/rspec-collection_matchers: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-collection_matchers')
-rw-r--r-- | dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild | 4 |
1 files 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" |