diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2016-02-13 12:59:55 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2016-02-13 12:59:55 +0900 |
commit | 4646cbc4c65854f8f3d0fc42ec385fb9f31db82b (patch) | |
tree | 6d9407ff84b856febdc00dad57b4f3b8ce274c2a /Gemfile | |
parent | 31c8dbc96fae558a794de18dbb5f06c2dc1a6286 (diff) | |
download | gitlab-ce-4646cbc4c65854f8f3d0fc42ec385fb9f31db82b.tar.gz |
Update omniauth to 1.3.1 for memory performance
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ gem "pg", '~> 0.18.2', group: :postgres gem 'devise', '~> 3.5.4' gem 'devise-async', '~> 0.9.0' gem 'doorkeeper', '~> 2.2.0' -gem 'omniauth', '~> 1.2.2' +gem 'omniauth', '~> 1.3.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' gem 'omniauth-bitbucket', '~> 0.0.2' gem 'omniauth-cas3', '~> 1.1.2' |