diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-08-18 18:05:17 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-08-18 18:05:17 -0500 |
commit | ce3e5f84308149eabe9e25b0e0178f825a159b47 (patch) | |
tree | a422f481e0737ca36268ebe15f2e820b69208877 /Gemfile | |
parent | 717366d28da11acc6dbe60301bf7e2394400b3c1 (diff) | |
download | gitlab-ce-ce3e5f84308149eabe9e25b0e0178f825a159b47.tar.gz |
Update doorkeeper to 4.2.0
Changelog: https://git.io/v6PnV
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ gem 'pg', '~> 0.18.2', group: :postgres # Authentication libraries gem 'devise', '~> 4.0' -gem 'doorkeeper', '~> 4.0' +gem 'doorkeeper', '~> 4.2.0' gem 'omniauth', '~> 1.3.1' gem 'omniauth-auth0', '~> 1.4.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' |