From 5ee111d41a1b47ac14519c808ac78d4f07c95fd4 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 25 Nov 2014 15:45:05 -0200 Subject: [PATCH] Pass --verbose to bundle install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd0aec3..60b481e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WGET = wget GITLAB_BRANCH = 7-5-stable all: - bundle install --path vendor/bundle + bundle install --verbose --path vendor/bundle update: $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile -- libgit2 0.21.2