diff options
author | 2022-06-12 10:50:39 +0200 | |
---|---|---|
committer | 2022-06-12 10:50:51 +0200 | |
commit | b17318993aa68bee944911683e566006fbf4a829 (patch) | |
tree | 00197ec8956ec6456a048e424f5fbd69a02a587b /dev-ruby/activesupport | |
parent | sys-devel/gcc: drop versions (diff) | |
download | gentoo-b17318993aa68bee944911683e566006fbf4a829.tar.gz gentoo-b17318993aa68bee944911683e566006fbf4a829.tar.bz2 gentoo-b17318993aa68bee944911683e566006fbf4a829.zip |
dev-ruby/activesupport: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-6.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/activesupport-6.1.6.ebuild b/dev-ruby/activesupport/activesupport-6.1.6.ebuild index f42cc171e0c8..cfe7a844bc9b 100644 --- a/dev-ruby/activesupport/activesupport-6.1.6.ebuild +++ b/dev-ruby/activesupport/activesupport-6.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" |