diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-05-07 08:12:20 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-05-07 08:33:51 +0200 |
commit | 3288158c51ecb5b967ec1c1bb275e40037c016fb (patch) | |
tree | 6444d31105ce4d6544f47a2d377472afe0902c49 /dev-ruby/contracts | |
parent | dev-ruby/commander: enable ruby30, ruby31 and disable ruby25 (diff) | |
download | gentoo-3288158c51ecb5b967ec1c1bb275e40037c016fb.tar.gz gentoo-3288158c51ecb5b967ec1c1bb275e40037c016fb.tar.bz2 gentoo-3288158c51ecb5b967ec1c1bb275e40037c016fb.zip |
dev-ruby/contracts: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/contracts')
-rw-r--r-- | dev-ruby/contracts/contracts-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/contracts/contracts-0.17.ebuild b/dev-ruby/contracts/contracts-0.17.ebuild index cdcdf09d1eb8..98dd5cdb094a 100644 --- a/dev-ruby/contracts/contracts-0.17.ebuild +++ b/dev-ruby/contracts/contracts-0.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby30" +USE_RUBY="ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |