cbeer / engine_cart

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

Engine cart is not using version of rails specified in Gemfile.lock #43

Closed jcoyne closed 8 years ago

jcoyne commented 8 years ago
$ RAILS_VERSION=4.2.5 bundle install
...
$ bundle show rails
/Users/justin/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rails-4.2.5
$ RAILS_VERSION=4.2.5 bundle exec rake engine_cart:generate
You have requested:
  rails < 5.1, >= 5.0.0.beta1

The bundle currently has rails locked at 4.2.5.
Try running `bundle update rails`
jcoyne commented 8 years ago

Maybe because there is no way to do this? https://github.com/rails/rails/issues/22816