commit: a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 05:39:29 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 22 05:39:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e8d439
dev-ruby/actiontext: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/actiontext/actiontext-7.1.3.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild
b/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild
index 70b801b7a136..b1460d98bccc 100644
--- a/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild
+++ b/dev-ruby/actiontext/actiontext-7.1.3.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -37,7 +37,7 @@ ruby_add_rdepend "
ruby_add_bdepend "test? (
dev-ruby/bundler
dev-ruby/importmap-rails
- dev-ruby/minitest:5.15
+ dev-ruby/minitest:5
dev-ruby/mocha
dev-ruby/propshaft
>=dev-ruby/sqlite3-1.4.0
@@ -50,7 +50,7 @@ all_ruby_prepare() {
-e '/stimulus-rails/,/cssbundling-rails/ s:^:#:' \
-e '/tailwindcss-rails/,/dartsass-rails/ s:^:#:' \
-e '/:job/,/end/ s:^:#:' \
- -e '/group
:\(cable\|doc\|lint\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \
+ -e '/group
:\(cable\|doc\|lint\|mdl\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \
-e '/sqlite/ s/1.6.4/99/' \
-i ../Gemfile || die
rm ../Gemfile.lock || die