diff options
author | Stan Hu <stanhu@gmail.com> | 2017-02-25 21:11:12 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-02-25 21:11:12 -0800 |
commit | 18cdc466350bee98831d47c8f7cead204e0eb69a (patch) | |
tree | 24686a3f62a19743af69ab2468d835d364b87af3 /Gemfile | |
parent | e5f1257f901b31128e9f6effc0bf7ed2b11107e6 (diff) | |
download | gitlab-ce-18cdc466350bee98831d47c8f7cead204e0eb69a.tar.gz |
Bump omniauth to 1.4.2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ gem 'rugged', '~> 0.24.0' # Authentication libraries gem 'devise', '~> 4.2' gem 'doorkeeper', '~> 4.2.0' -gem 'omniauth', '~> 1.3.2' +gem 'omniauth', '~> 1.4.2' gem 'omniauth-auth0', '~> 1.4.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' gem 'omniauth-cas3', '~> 1.1.2' |