Install pre-release bundler for Ruby version support in Gemfile

This commit is contained in:
Erik Michaels-Ober 2012-06-12 21:08:00 -04:00
parent 53df2010d2
commit 9c65b495e9
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
before_script: "bundle exec rake db:create db:schema:load"
bundler_args: "--without assets:development:production"
before_install: gem install bundler --pre
before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
language: ruby
rvm:
- 1.9.2