cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

Engine cart doesn't work with bundler 1.13.0 #64

Closed jcoyne closed 8 years ago

jcoyne commented 8 years ago

See https://travis-ci.org/projecthydra/sufia/jobs/158775152

Workaround for .travis.yml:

before_install:
  - gem uninstall -i /home/travis/.rvm/gems/ruby-`ruby -e 'puts RUBY_VERSION'`@global bundler -v 1.13.0
  - gem install bundler -v 1.12.5
jcoyne commented 8 years ago

Fixed by https://github.com/cbeer/engine_cart/commit/0208c4a947ef0c1ab72a32ffde0abbcd8d1afb02