diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-03-26 17:16:08 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-03-26 17:16:08 +0000 |
commit | 3adbc579bc45bf61510bc83900d07e8b0bafa088 (patch) | |
tree | 44a41869ea5df08f478c98d20c6b21d1b4fb40fe /Gemfile | |
parent | b603617e89dc95ec394c661e3f74d2969bf3b7f3 (diff) | |
parent | bec7d063ab52b5fb2160ba6fe8e6c8efea7ad8bb (diff) | |
download | gitlab-ce-3adbc579bc45bf61510bc83900d07e8b0bafa088.tar.gz |
Merge branch 'update-omniauth-twitter' into 'master'
Update omniauth-twitter 1.2.0 -> 1.4
See merge request gitlab-org/gitlab-ce!17876
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-oauth2-generic', '~> 0.2.2' gem 'omniauth-saml', '~> 1.10' gem 'omniauth-shibboleth', '~> 1.2.0' -gem 'omniauth-twitter', '~> 1.2.0' +gem 'omniauth-twitter', '~> 1.4' gem 'omniauth_crowd', '~> 2.2.0' gem 'omniauth-authentiq', '~> 0.3.1' gem 'rack-oauth2', '~> 1.2.1' |