From 29f56941813a00309d7a8240c7762e9a6ca58cb7 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 28 Jan 2015 11:49:15 -0200 Subject: [PATCH] Force creating vendor/cache with `bundle package` --- Makefile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 0207f93..9627911 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ update: clean bundle: bundle install $(BUNDLE_OPTS) --path vendor/bundle + bundle package clean: $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) -- libgit2 0.21.2