diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-24 17:03:18 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-24 17:03:18 +0200 |
commit | 571ba5a7feb870b7aa711d5a6fc6d4d53d92a4c5 (patch) | |
tree | 817cd5b54a81a1a229be4b42e7643ad90f5040e1 /Gemfile.lock | |
parent | 62117f2f25646009fb5b20d7a215d7d697ce3231 (diff) | |
download | gitlab-ce-571ba5a7feb870b7aa711d5a6fc6d4d53d92a4c5.tar.gz |
Protect OmniAuth request phase against CSRF.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f0f8601a760..62488cc61f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -354,9 +354,9 @@ GEM rack (~> 1.2) octokit (3.7.0) sawyer (~> 0.6.0, >= 0.5.3) - omniauth (1.1.4) - hashie (>= 1.2, < 3) - rack + omniauth (1.2.2) + hashie (>= 1.2, < 4) + rack (~> 1.0) omniauth-bitbucket (0.0.2) multi_json (~> 1.7) omniauth (~> 1.1) @@ -734,7 +734,7 @@ DEPENDENCIES newrelic_rpm nprogress-rails octokit (= 3.7.0) - omniauth (~> 1.1.3) + omniauth (~> 1.2.2) omniauth-bitbucket omniauth-github omniauth-gitlab |