summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-08-18 18:05:17 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-08-18 18:05:17 -0500
commitce3e5f84308149eabe9e25b0e0178f825a159b47 (patch)
treea422f481e0737ca36268ebe15f2e820b69208877 /Gemfile
parent717366d28da11acc6dbe60301bf7e2394400b3c1 (diff)
downloadgitlab-ce-ce3e5f84308149eabe9e25b0e0178f825a159b47.tar.gz
Update doorkeeper to 4.2.0
Changelog: https://git.io/v6PnV
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 986bcd831c8..828c10155d4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'