perf_check
perf_check copied to clipboard
Add Bundler as a runtime dependency
By adding bundler
as a runtime dependency we can require Bundler without having to bundle exec in the target application. This makes perf_check /
work instead of bundle exec perf_check /
. It's useful for when you want to use PerfCheck without adding it to the bundle of the target application.