diff options
author | Sam James <sam@gentoo.org> | 2023-03-27 11:54:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-27 11:59:15 +0100 |
commit | 5617987ab769e21e95959d838eef9ce1a119b1b6 (patch) | |
tree | 5a8afd261a7624edbffa7ca1ebc4aff3ea2b01cd /dev-ruby/stamp | |
parent | dev-ruby/rack-test: add 2.1.0 (diff) | |
download | gentoo-5617987ab769e21e95959d838eef9ce1a119b1b6.tar.gz gentoo-5617987ab769e21e95959d838eef9ce1a119b1b6.tar.bz2 gentoo-5617987ab769e21e95959d838eef9ce1a119b1b6.zip |
dev-ruby/stamp: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/stamp')
-rw-r--r-- | dev-ruby/stamp/stamp-0.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/stamp/stamp-0.6.0-r1.ebuild b/dev-ruby/stamp/stamp-0.6.0-r1.ebuild index c036d03dd0be..f18f5b0e93e6 100644 --- a/dev-ruby/stamp/stamp-0.6.0-r1.ebuild +++ b/dev-ruby/stamp/stamp-0.6.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="cucumber" RUBY_FAKEGEM_TASK_DOC="" |