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.