From: Pieter Lexis Date: Thu, 3 Jan 2019 10:08:32 +0000 (+0100) Subject: Update rubygems in travis (for bundler) X-Git-Tag: rec-4.2.0-alpha1~77^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7312%2Fhead;p=thirdparty%2Fpdns.git Update rubygems in travis (for bundler) --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 7844a99945..7a5c1d25ea 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -312,6 +312,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"