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,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) |
Makefile
@@ -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: |
No preview for this file type
No preview for this file type