diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-30 08:45:11 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-31 07:39:22 +0200 |
commit | dd544904d13f28875be0d663f6d05c5b230d25e7 (patch) | |
tree | c88871563356ae83512266b9685aae39e3fe24a0 /dev-ruby/rspec-expectations | |
parent | dev-ruby/rspec-mocks: enable ruby31 (diff) | |
download | gentoo-dd544904d13f28875be0d663f6d05c5b230d25e7.tar.gz gentoo-dd544904d13f28875be0d663f6d05c5b230d25e7.tar.bz2 gentoo-dd544904d13f28875be0d663f6d05c5b230d25e7.zip |
dev-ruby/rspec-expectations: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild index 5180c98f1449..75e012d1768d 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-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_RECIPE_TEST="rspec3" |