diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 03:22:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 04:16:11 +0100 |
commit | 053deb1f9c6880eb223bf0501fbfa3e613f12691 (patch) | |
tree | b48981473c68aa73eaca7ed804aa264d0a93675e /dev-ruby/rails | |
parent | dev-ruby/actiontext: enable ruby31 for 7.0.x (diff) | |
download | gentoo-053deb1f9c6880eb223bf0501fbfa3e613f12691.tar.gz gentoo-053deb1f9c6880eb223bf0501fbfa3e613f12691.tar.bz2 gentoo-053deb1f9c6880eb223bf0501fbfa3e613f12691.zip |
dev-ruby/rails: enable ruby31 for 7.0.x
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r-- | dev-ruby/rails/rails-7.0.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rails/rails-7.0.4.3.ebuild b/dev-ruby/rails/rails-7.0.4.3.ebuild index d177a90cf9b5..8675ca28a828 100644 --- a/dev-ruby/rails/rails-7.0.4.3.ebuild +++ b/dev-ruby/rails/rails-7.0.4.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_BINWRAP="" |