summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-05-22 07:39:29 +0200
committerHans de Graaff <graaff@gentoo.org>2024-05-22 07:39:29 +0200
commita3e8d439a04c1faa9c1cfc72d05c3badfb000ae9 (patch)
treec394bbd1893399e71d2ba3ed2ee6f60bf03d72b0 /dev-ruby/actiontext
parentdev-ruby/actionmailbox: enable ruby33 (diff)
downloadgentoo-a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9.tar.gz
gentoo-a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9.tar.bz2
gentoo-a3e8d439a04c1faa9c1cfc72d05c3badfb000ae9.zip
dev-ruby/actiontext: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actiontext')
-rw-r--r--dev-ruby/actiontext/actiontext-7.1.3.3.ebuild6
1 files 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