Skip to content

Commit cc38ecd

Browse files
committed
travis: update the system rubygems version
This works around a version incompatibility between bundler and rubygems.
1 parent 33ee6fe commit cc38ecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ git:
3434

3535
before_install:
3636
- git submodule update --init
37+
- gem update --system
3738
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
3839

3940
script: script/travisbuild

0 commit comments

Comments
 (0)