[Ref #288] Remove /bin from .gitignore, add binstubs
This commit is contained in:
parent
325d250540
commit
2b25a17af1
6 changed files with 74 additions and 1 deletions
3
bin/bundle
Executable file
3
bin/bundle
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env ruby
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
load Gem.bin_path('bundler', 'bundle')
|
Loading…
Add table
Add a link
Reference in a new issue