From bfe6c82f43c69d9f9a383c9633fac1c6c9a1d75b Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 2 Mar 2013 00:41:16 -0800 Subject: [PATCH] speed up all invocations of boxen when running Bundler, it just so happens that --local should (but does not) skip updating the gems in vendor/cache. explicitly skipping that update drops most of a second off of every run of boxen. --- script/boxen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/boxen b/script/boxen index c37b49b..9597ee6 100755 --- a/script/boxen +++ b/script/boxen @@ -64,7 +64,7 @@ end # Make sure our local dependencies are up to date. -strap = %w(script/bootstrap --deployment --local --without development:test) +strap = %w(script/bootstrap --deployment --local --without development:test --no-cache) abort "Can't bootstrap, dependencies are outdated." unless system *strap # Set up our local configuration, deps, and load path.