Commit 623bb58a1f28f8859d80d75d861cffe4fb0111d5
1 parent
bb7cec16
Exists in
master
and in
1 other branch
Use omniauth-remote-user >= 0.0.6
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -24,7 +24,7 @@ install: all |
24 | 24 | update: clean |
25 | 25 | $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile |
26 | 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 | 28 | bundle install $(BUNDLE_OPTS) --path vendor/bundle |
29 | 29 | |
30 | 30 | clean: | ... | ... |