Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a0f83cc93dd..e4e871039cc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -466,7 +466,7 @@ gem 'benchmark-memory', '~> 0.1', require: false
gem 'activerecord-explain-analyze', '~> 0.1', require: false
# OAuth
-gem 'oauth2', '~> 1.4'
+gem 'oauth2', '~> 2.0'
# Health check
gem 'health_check', '~> 3.0'