[bundler/bundler] Fix installation of system bundler
Previously it was being installed to the :bundle_path (/tmp/bundled_app/.bundle), but the bundle helper uses the system_gem_path("bin/bundle"). That means the first bundle installin the spec was actually failing, but not affecting the test status because of not being called as bundle!.
[bundler/bundler] Fix installation of system bundler
Previously it was being installed to the :bundle_path
(
/tmp/bundled_app/.bundle), but thebundlehelper uses thesystem_gem_path("bin/bundle"). That means the firstbundle installinthe spec was actually failing, but not affecting the test status because
of not being called as
bundle!.https://github.com/bundler/bundler/commit/ad75f75539