diff options
author | 2023-04-06 08:27:02 +0100 | |
---|---|---|
committer | 2023-04-07 03:47:57 +0100 | |
commit | cdceaf6b7d03510fc7fff8ba6cd5de5c2b1f8c87 (patch) | |
tree | bebad38a160a32ca1cfe21577efef9e424b85cd7 /dev-ruby/activestorage | |
parent | dev-ruby/activesupport: enable ruby32 for 6.1.x (diff) | |
download | gentoo-cdceaf6b7d03510fc7fff8ba6cd5de5c2b1f8c87.tar.gz gentoo-cdceaf6b7d03510fc7fff8ba6cd5de5c2b1f8c87.tar.bz2 gentoo-cdceaf6b7d03510fc7fff8ba6cd5de5c2b1f8c87.zip |
dev-ruby/activestorage: drop terser gem req
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/activestorage')
-rw-r--r-- | dev-ruby/activestorage/activestorage-7.0.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |