diff --git a/Gemfile b/Gemfile index 2c4274d..655ffff 100644 --- a/Gemfile +++ b/Gemfile @@ -257,3 +257,4 @@ group :production do end gem "newrelic_rpm" +gem "omniauth-remote-user" diff --git a/Gemfile.lock b/Gemfile.lock index 938ce56..b7572ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,6 +329,8 @@ GEM omniauth-oauth2 (1.1.1) oauth2 (~> 0.8.0) omniauth (~> 1.0) + omniauth-remote-user (0.0.5) + omniauth (~> 1.0) omniauth-shibboleth (1.1.1) omniauth (>= 1.0.0) omniauth-twitter (1.0.1) @@ -656,6 +658,7 @@ DEPENDENCIES omniauth (~> 1.1.3) omniauth-github omniauth-google-oauth2 + omniauth-remote-user omniauth-shibboleth omniauth-twitter org-ruby (= 0.9.9) diff --git a/Makefile b/Makefile index 50ce70f..4ac8d74 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +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 bundle install $(BUNDLE_OPTS) --path vendor/bundle clean: diff --git a/vendor/cache/json-1.8.1.gem b/vendor/cache/json-1.8.1.gem new file mode 100644 index 0000000..d903086 Binary files /dev/null and b/vendor/cache/json-1.8.1.gem differ diff --git a/vendor/cache/omniauth-remote-user-0.0.5.gem b/vendor/cache/omniauth-remote-user-0.0.5.gem new file mode 100644 index 0000000..7f5367c Binary files /dev/null and b/vendor/cache/omniauth-remote-user-0.0.5.gem differ -- libgit2 0.21.2