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>
Gemfile
... ... @@ -257,3 +257,4 @@ group :production do
257 257 end
258 258  
259 259 gem "newrelic_rpm"
  260 +gem "omniauth-remote-user"
... ...
Gemfile.lock
... ... @@ -329,6 +329,8 @@ GEM
329 329 omniauth-oauth2 (1.1.1)
330 330 oauth2 (~> 0.8.0)
331 331 omniauth (~> 1.0)
  332 + omniauth-remote-user (0.0.5)
  333 + omniauth (~> 1.0)
332 334 omniauth-shibboleth (1.1.1)
333 335 omniauth (>= 1.0.0)
334 336 omniauth-twitter (1.0.1)
... ... @@ -656,6 +658,7 @@ DEPENDENCIES
656 658 omniauth (~> 1.1.3)
657 659 omniauth-github
658 660 omniauth-google-oauth2
  661 + omniauth-remote-user
659 662 omniauth-shibboleth
660 663 omniauth-twitter
661 664 org-ruby (= 0.9.9)
... ...
Makefile
... ... @@ -24,6 +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 28 bundle install $(BUNDLE_OPTS) --path vendor/bundle
28 29  
29 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