Skip to content

Commit 0579aa4

Browse files
committed
Use bundler 1.17.3
1 parent 3c23ebb commit 0579aa4

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
@@ -43,6 +43,7 @@ matrix:
4343
fast_finish: true
4444
before_install:
4545
- gem update --system 3.0.3
46+
- gem uninstall bundler && gem install bundler -v 1.17.3
4647
before_script:
4748
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" ] && travis_retry gem install mime-types --version \"~> 2\" || true"
4849
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" -o $TRAVIS_RUBY_VERSION = \"2.0.0\" ] && travis_retry gem install nokogiri --version \"~> 1.6.8\" || true"

0 commit comments

Comments
 (0)