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

Cannot issue `bundle patch -h`

Open chrismo opened this issue 8 years ago • 0 comments

bundle patch help works, but with 1.12.5, the -h isn't passed through properly:

Bundler version 1.12.5
[chrismo@momac crack (master)]$ bundle patch -h
/Users/chrismo/.rbenv/versions/2.3.1/bin/ruby: warning: RUBY_HEAP_MIN_SLOTS is obsolete. Use RUBY_GC_HEAP_INIT_SLOTS instead.
Could not find command "patch -h".
[chrismo@momac crack (master)]$ bundler-patch -h
/Users/chrismo/.rbenv/versions/2.3.1/bin/ruby: warning: RUBY_HEAP_MIN_SLOTS is obsolete. Use RUBY_GC_HEAP_INIT_SLOTS instead.
Bundler Patch Version 0.7.2

chrismo avatar Jun 10 '16 17:06 chrismo