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