bundler-patch icon indicating copy to clipboard operation
bundler-patch copied to clipboard

Fully support Bundler 2

Open chrismo opened this issue 6 years ago • 1 comments

  • [ ] Make sure all specs pass
  • [x] use target ruby is wrong in 2.3
  • [ ] See if you can re-enable 1.9 and 1.10 support in Travis.

chrismo avatar Jan 10 '19 20:01 chrismo

Newer rubies than 2.1 (e.g. 2.3.4) don't put gem bin file in ruby_bin, so this is wrong:

bundler_patch = File.join(tb.ruby_bin, 'bundler-patch')

chrismo avatar Jan 10 '19 21:01 chrismo