Fix bundler version on circle
This commit is contained in:
parent
e0de9f97cc
commit
4897dbbb31
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
machine:
|
||||
ruby:
|
||||
version: '2.2'
|
||||
dependencies:
|
||||
pre:
|
||||
- bundle -v | grep -Fx "Bundler version 1.10.6" || gem install bundler --version 1.10.6
|
||||
test:
|
||||
override:
|
||||
- bundle exec rake ci
|
||||
|
|
Loading…
Reference in a new issue