diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-12-04 07:17:00 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-12-04 07:17:09 +0100 |
commit | 16bad7bbdc64c282614ff7a17a1d4685c83b70f7 (patch) | |
tree | 2bc8055ff1afa6f63d361c9e320eb5b6b10d4ee3 /dev-ruby | |
parent | net-irc/limnoria: fix QA MissingTestRestrict (diff) | |
download | gentoo-16bad7bbdc64c282614ff7a17a1d4685c83b70f7.tar.gz gentoo-16bad7bbdc64c282614ff7a17a1d4685c83b70f7.tar.bz2 gentoo-16bad7bbdc64c282614ff7a17a1d4685c83b70f7.zip |
dev-ruby/activestorage: avoid dep on selenium-webdriver
Closes: https://bugs.gentoo.org/693718
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activestorage/activestorage-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activestorage/activestorage-6.0.1.ebuild b/dev-ruby/activestorage/activestorage-6.0.1.ebuild index 9310bf04d0d3..27b4d3528089 100644 --- a/dev-ruby/activestorage/activestorage-6.0.1.ebuild +++ b/dev-ruby/activestorage/activestorage-6.0.1.ebuild @@ -50,7 +50,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 -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|selenium\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\)/ s:^:#:" \ -e '/dalli/ s/2.7.7/2.7.9/' \ -e '/:job/,/end/ s:^:#:' \ -e '/:test/,/^end/ s:^:#:' \ |