From bb7cec16660a45a5b06dc3a436244e889cc992bd Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Thu, 5 Feb 2015 12:24:32 -0500 Subject: [PATCH] Added gem omniauth-remote-user --- Gemfile | 1 + Gemfile.lock | 3 +++ Makefile | 1 + vendor/cache/json-1.8.1.gem | Bin 0 -> 148992 bytes vendor/cache/omniauth-remote-user-0.0.5.gem | Bin 0 -> 19456 bytes 5 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 vendor/cache/json-1.8.1.gem create mode 100644 vendor/cache/omniauth-remote-user-0.0.5.gem 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