Closed tsujigiri closed 5 years ago
As it turns out, bundle install --deployment already implies --local, if bundle package is run before, which is exactly what we need.
bundle install --deployment
--local
bundle package
Relevant docs: https://bundler.io/v1.17/bundle_install.html (see bottom)
(5) Handle oauth email address changes
As it turns out,
bundle install --deployment
already implies--local
, ifbundle package
is run before, which is exactly what we need.Relevant docs: https://bundler.io/v1.17/bundle_install.html (see bottom)