Skip to content

Commit

Permalink
Merge pull request #47 from lime/bundler-version
Browse files Browse the repository at this point in the history
Use Bundler 1.12 temporarily (while waiting for Bundler 1.13.2 or higher to be released)
  • Loading branch information
ianheggie authored Sep 28, 2016
2 parents 414689d + 515ede6 commit 6caf5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ notifications:
before_install:
- gem update --system $RUBYGEMS_VERSION
- gem --version
- gem install bundler
# Temporary version lock until Bundler >= 1.13.2
# https://github.com/bundler/bundler/issues/4975
- gem install bundler -v 1.12
- bundle --version
- mkdir -p tmp/bundle

Expand Down

0 comments on commit 6caf5f6

Please sign in to comment.