diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-29 15:37:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-29 17:55:25 +0200 |
commit | 090f856fe31708bd5649958ec3f92f788bc347b8 (patch) | |
tree | cb1ad75404f9f2d2e14a8381da245a15de3deb80 /dev-ruby/rspec-collection_matchers | |
parent | x11-drivers/nvidia-drivers: drop 470.62.22:0/vulkan (diff) | |
download | gentoo-090f856fe31708bd5649958ec3f92f788bc347b8.tar.gz gentoo-090f856fe31708bd5649958ec3f92f788bc347b8.tar.bz2 gentoo-090f856fe31708bd5649958ec3f92f788bc347b8.zip |
dev-ruby/rspec-collection_matchers: enable ruby30 and disable ruby24, ruby25
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 | 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 55dc753b4a97..4cf2a374f467 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-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |