diff options
author | 2024-01-06 09:01:07 +0100 | |
---|---|---|
committer | 2024-01-06 09:02:11 +0100 | |
commit | 136009c394019755fc8ab93e2d58e960048269d4 (patch) | |
tree | 7d757ab144a56621b5a0685dc560be276a3d90b7 /dev-ruby | |
parent | dev-ruby/listen: enable ruby33 (diff) | |
download | gentoo-136009c394019755fc8ab93e2d58e960048269d4.tar.gz gentoo-136009c394019755fc8ab93e2d58e960048269d4.tar.bz2 gentoo-136009c394019755fc8ab93e2d58e960048269d4.zip |
dev-ruby/activesupport: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/activesupport-7.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/activesupport-7.1.2.ebuild b/dev-ruby/activesupport/activesupport-7.1.2.ebuild index 09c8f82acaef..e265e8725432 100644 --- a/dev-ruby/activesupport/activesupport-7.1.2.ebuild +++ b/dev-ruby/activesupport/activesupport-7.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" |