From: Pieter Lexis Date: Thu, 3 Jan 2019 10:08:32 +0000 (+0100) Subject: Update rubygems in travis (for bundler) X-Git-Tag: auth-4.0.7~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b278c9694f89959009502423cee23b5da10af70;p=thirdparty%2Fpdns.git Update rubygems in travis (for bundler) (cherry picked from commit 2a5c0b379f0bc256cb92920e3be56139f5bcdc29) --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index c72c3adb62..32fbba9e0e 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -303,6 +303,7 @@ install_auth() { ruby-json \ rubygems-integration \ socat" + run "gem update --system" run "gem install bundler --no-rdoc --no-ri" run "cd modules/remotebackend" run "ruby -S bundle install"