Skip to content

Commit

Permalink
Always use newest bundler in the CI
Browse files Browse the repository at this point in the history
This fixes "NoMethodError: undefined method `spec' for nil:NilClass" on 1.9.3
and similar errors in the future
  • Loading branch information
amatsuda committed Sep 6, 2017
1 parent a8ad698 commit 5847306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: ruby
cache: bundler
sudo: false

before_install: gem update bundler

rvm:
- 1.9.3
- 2.0.0
Expand Down

0 comments on commit 5847306

Please sign in to comment.