Commit bb7cec16660a45a5b06dc3a436244e889cc992bd

Authored by Alexandre Barbosa
1 parent 05a8c87d
Exists in master and in 1 other branch gitlab-8.x

Added gem omniauth-remote-user

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
@@ -257,3 +257,4 @@ group :production do @@ -257,3 +257,4 @@ group :production do
257 end 257 end
258 258
259 gem "newrelic_rpm" 259 gem "newrelic_rpm"
  260 +gem "omniauth-remote-user"
@@ -329,6 +329,8 @@ GEM @@ -329,6 +329,8 @@ GEM
329 omniauth-oauth2 (1.1.1) 329 omniauth-oauth2 (1.1.1)
330 oauth2 (~> 0.8.0) 330 oauth2 (~> 0.8.0)
331 omniauth (~> 1.0) 331 omniauth (~> 1.0)
  332 + omniauth-remote-user (0.0.5)
  333 + omniauth (~> 1.0)
332 omniauth-shibboleth (1.1.1) 334 omniauth-shibboleth (1.1.1)
333 omniauth (>= 1.0.0) 335 omniauth (>= 1.0.0)
334 omniauth-twitter (1.0.1) 336 omniauth-twitter (1.0.1)
@@ -656,6 +658,7 @@ DEPENDENCIES @@ -656,6 +658,7 @@ DEPENDENCIES
656 omniauth (~> 1.1.3) 658 omniauth (~> 1.1.3)
657 omniauth-github 659 omniauth-github
658 omniauth-google-oauth2 660 omniauth-google-oauth2
  661 + omniauth-remote-user
659 omniauth-shibboleth 662 omniauth-shibboleth
660 omniauth-twitter 663 omniauth-twitter
661 org-ruby (= 0.9.9) 664 org-ruby (= 0.9.9)
@@ -24,6 +24,7 @@ install: all @@ -24,6 +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 bundle install $(BUNDLE_OPTS) --path vendor/bundle 28 bundle install $(BUNDLE_OPTS) --path vendor/bundle
28 29
29 clean: 30 clean:
vendor/cache/json-1.8.1.gem 0 → 100644
No preview for this file type
vendor/cache/omniauth-remote-user-0.0.5.gem 0 → 100644
No preview for this file type