Commit 623bb58a1f28f8859d80d75d861cffe4fb0111d5

Authored by Antonio Terceiro
1 parent bb7cec16
Exists in master and in 1 other branch gitlab-8.x

Use omniauth-remote-user >= 0.0.6

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -24,7 +24,7 @@ install: all @@ -24,7 +24,7 @@ install: all
24 update: clean 24 update: clean
25 $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile 25 $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile
26 $(WGET) -O Gemfile.lock https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile.lock 26 $(WGET) -O Gemfile.lock https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile.lock
27 - echo 'gem "omniauth-remote-user"' >> Gemfile 27 + echo 'gem "omniauth-remote-user", ">= 0.0.6"' >> Gemfile
28 bundle install $(BUNDLE_OPTS) --path vendor/bundle 28 bundle install $(BUNDLE_OPTS) --path vendor/bundle
29 29
30 clean: 30 clean: