From 6d073029632511f85554334ffb7da2a67150f51a Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Tue, 21 Oct 2014 16:49:13 -0500 Subject: [PATCH] Update cibuild --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index d472f56e..c929d533 100755 --- a/script/cibuild +++ b/script/cibuild @@ -13,5 +13,5 @@ set +x mkdir -p ./vendor/gems -bundle install --local --path ./vendor/gems +bundle install --full-index --local --path ./vendor/gems bundle exec rake