summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-05-07 08:12:20 +0200
committerHans de Graaff <graaff@gentoo.org>2022-05-07 08:33:51 +0200
commit3288158c51ecb5b967ec1c1bb275e40037c016fb (patch)
tree6444d31105ce4d6544f47a2d377472afe0902c49
parentdev-ruby/commander: enable ruby30, ruby31 and disable ruby25 (diff)
downloadgentoo-3288158c.tar.gz
gentoo-3288158c.tar.bz2
gentoo-3288158c.zip
dev-ruby/contracts: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/contracts/contracts-0.17.ebuild4
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"