Skip to content

Commit

Permalink
Update to the latest bundler version
Browse files Browse the repository at this point in the history
There was an issue where Travis build was erring because the bundler
version was 1.2.3, and we explicitly upgrade rubygems via travis.yml.
Thus, the result was that rubygems 2.0 is no longer compatible with
older bundler versions. Thus let's always grab the latest version of
bundler for Travis builds.
  • Loading branch information
Greg Lazarev committed Mar 8, 2013
1 parent a441a2b commit c9e3a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- 1.9.3
before_install:
- gem update --system
- gem update bundler
before_script:
- "bundle exec rake db:migrate"
gemfile:
Expand Down

0 comments on commit c9e3a51

Please sign in to comment.