rubytune / perf_check

PERRRFFF CHERRRRK!
17 stars 7 forks source link

Add Bundler as a runtime dependency #65

Open Manfred opened 5 years ago

Manfred commented 5 years ago

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.

Manfred commented 5 years ago

It seems we are stuck in a catch-22. We want to use --frozen to prevent Bundler from changing the lockfile, but that also writes bundler config and causes issues when trying do subsequent bundle installs. I'm going to think about this for a while.

Manfred commented 5 years ago

Because PerfCheck now requires bundler I had to re-create Gemfile.lock in the test application bundles.