diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-10-02 17:47:03 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-10-02 19:03:10 +0200 |
commit | 16e937e66db31722913f3cdaa89cf683f33d73b8 (patch) | |
tree | 065de7d06acdf51eac030f87575788688f7f9208 /dev-ruby/rspec-collection_matchers | |
parent | dev-ruby/jbuilder: enable ruby31 and disable ruby26 (diff) | |
download | gentoo-16e937e66db31722913f3cdaa89cf683f33d73b8.tar.gz gentoo-16e937e66db31722913f3cdaa89cf683f33d73b8.tar.bz2 gentoo-16e937e66db31722913f3cdaa89cf683f33d73b8.zip |
dev-ruby/rspec-collection_matchers: enable ruby31 and disable ruby26
Signed-off-by: Hans de Graaff <graaff@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 | 2 |
1 files changed, 1 insertions, 1 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 4cf2a374f467..7b6b72a4780e 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 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |