diff options
author | Sam James <sam@gentoo.org> | 2023-03-18 04:29:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-18 23:08:30 +0000 |
commit | 0a8fa8dbb2ceaa1918156b17722e3e058b5bdf0b (patch) | |
tree | 5339d95705db1f4455d9c8e74963b17373db4b13 /dev-ruby/timecop | |
parent | dev-ruby/aws-partitions: add 1.722.0 (diff) | |
download | gentoo-0a8fa8dbb2ceaa1918156b17722e3e058b5bdf0b.tar.gz gentoo-0a8fa8dbb2ceaa1918156b17722e3e058b5bdf0b.tar.bz2 gentoo-0a8fa8dbb2ceaa1918156b17722e3e058b5bdf0b.zip |
dev-ruby/timecop: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/timecop')
-rw-r--r-- | dev-ruby/timecop/timecop-0.9.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/timecop/timecop-0.9.5.ebuild b/dev-ruby/timecop/timecop-0.9.5.ebuild index 3f4ec824c9f8..af40e7129a40 100644 --- a/dev-ruby/timecop/timecop-0.9.5.ebuild +++ b/dev-ruby/timecop/timecop-0.9.5.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 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="test" |