diff options
author | Robert Speicher <robert@gitlab.com> | 2017-01-19 17:49:16 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-01-23 13:55:03 -0500 |
commit | ec3226bd60f545c8ffb231011c45afa0bfc66e86 (patch) | |
tree | ce396ddc0ee746639d2821d89244ebe720905faf /Gemfile | |
parent | a1f959430b752aca21f798d37d338e11afaa6110 (diff) | |
download | gitlab-ce-ec3226bd60f545c8ffb231011c45afa0bfc66e86.tar.gz |
Merge branch 'upgrade-omniauth' into 'security'
Upgrade OmniAuth Ruby gem to 1.3.2
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/26813
See merge request !2056
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ gem 'rugged', '~> 0.24.0' # Authentication libraries gem 'devise', '~> 4.2' gem 'doorkeeper', '~> 4.2.0' -gem 'omniauth', '~> 1.3.1' +gem 'omniauth', '~> 1.3.2' gem 'omniauth-auth0', '~> 1.4.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' gem 'omniauth-cas3', '~> 1.1.2' |