Skip to content

Commit

Permalink
Stick with a passing version of Rubygems and bundler
Browse files Browse the repository at this point in the history
Rubygems 2.7.5 has a bug with JRuby and Bundler is being unstable
latelly so it is better to stick with a version we know tests are going
to pass.
  • Loading branch information
rafaelfranca authored and eileencodes committed Apr 23, 2018
1 parent d4283e4 commit 27c33b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ addons:
- libfcgi-dev

before_install:
- gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system
- gem update --system 2.7.4
- gem list -i bundler || gem install bundler

script: bundle exec rake ci
Expand Down

0 comments on commit 27c33b0

Please sign in to comment.