From 623bb58a1f28f8859d80d75d861cffe4fb0111d5 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 30 Apr 2015 15:43:17 -0300 Subject: [PATCH] Use omniauth-remote-user >= 0.0.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ac8d74..be66fdb 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ install: all update: clean $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile $(WGET) -O Gemfile.lock https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile.lock - echo 'gem "omniauth-remote-user"' >> Gemfile + echo 'gem "omniauth-remote-user", ">= 0.0.6"' >> Gemfile bundle install $(BUNDLE_OPTS) --path vendor/bundle clean: -- libgit2 0.21.2