livingsocial / bundler-patch

Update your gems conservatively to deal with vulnerable gems or just get more current.
MIT License
65 stars 3 forks source link

--gemfile without --use-target-ruby should warn if different Ruby. #50

Open chrismo opened 7 years ago

chrismo commented 7 years ago

Because otherwise it will install with executing Ruby, look successful, then CD into the dir and it may be broken because it can't find the gems.

Possible once this is all supported properly that --use-target-ruby is removed.