Bin commands
This release includes a performance boost using /bin/
files rather than bundle exec
commands when possible.
When your ruby repository has a bin file such as bin/rake
, bin/rspec
, bin/rails
this file will be used instead of its corresponding bundle exec command.