commit:     cdceaf6b7d03510fc7fff8ba6cd5de5c2b1f8c87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 07:27:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 02:47:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdceaf6b

dev-ruby/activestorage: drop terser gem req

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/activestorage/activestorage-7.0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild 
b/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild
index 2ef9a29ff5a6..7ff750d6bf4a 100644
--- a/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild
+++ b/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild
@@ -54,7 +54,7 @@ ruby_add_bdepend "
 all_ruby_prepare() {
                # Remove items from the common Gemfile that we don't need for 
this
                # test run. This also requires handling some gemspecs.
-               sed -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|capybara\|rack-cache\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\|propshaft\|sprockets-export\|rack-test\)/
 s:^:#:" \
+               sed -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|capybara\|rack-cache\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\|propshaft\|sprockets-export\|rack-test\|terser\)/
 s:^:#:" \
                        -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \
                        -e '/group :\(doc\|job\|rubocop\|test\)/,/^end/ s:^:#:' 
\
                        -i ../Gemfile || die

Reply via email to