From 2a5c0b379f0bc256cb92920e3be56139f5bcdc29 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 3 Jan 2019 11:08:32 +0100 Subject: [PATCH] Update rubygems in travis (for bundler) --- build-scripts/travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 7844a9994..7a5c1d25e 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" -- 2.40.0