diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-30 08:45:23 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-31 07:39:23 +0200 |
commit | 3b6099a7acc75eaa6cf3ef4f196f2c12510bd838 (patch) | |
tree | db54ca481d7f0d026ba71d2d3fedaa314b2e7ac2 /dev-ruby/rspec-core | |
parent | dev-ruby/rspec-expectations: enable ruby31 (diff) | |
download | gentoo-3b6099a7acc75eaa6cf3ef4f196f2c12510bd838.tar.gz gentoo-3b6099a7acc75eaa6cf3ef4f196f2c12510bd838.tar.bz2 gentoo-3b6099a7acc75eaa6cf3ef4f196f2c12510bd838.zip |
dev-ruby/rspec-core: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild b/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild index f74ed0d62b0a..c0b87a3cfaed 100644 --- a/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_TEST="none" |