commit:     107410295ef9577c1f35b225b6187395c0c3e69b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 08:37:35 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 08:37:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10741029

dev-ruby/actionmailbox: fix test dependencies

Closes: https://bugs.gentoo.org/723676
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild 
b/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild
index bbdab69175c..fda0608d401 100644
--- a/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild
+++ b/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild
@@ -35,13 +35,14 @@ ruby_add_rdepend "
 "
 
 ruby_add_bdepend "test? (
+       dev-ruby/bundler
        dev-ruby/mocha
 )"
 
 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\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\)/
 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\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\)/
 s:^:#:" \
                -e '/:job/,/end/ s:^:#:' \
                -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
        rm ../Gemfile.lock || die

Reply via email to