Skip to content

Bin commands

Compare
Choose a tag to compare
@AlexB52 AlexB52 released this 27 Apr 21:51
· 132 commits to main since this release

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.