Commit bb7cec16660a45a5b06dc3a436244e889cc992bd
1 parent
05a8c87d
Exists in
master
and in
1 other branch
Added gem omniauth-remote-user
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
5 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
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: | ... | ... |
No preview for this file type
No preview for this file type