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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-01 21:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-01 21:08:33 +0300
commit24d67ec55454fc6f4e8e80bf7c8dc5bc677e8514 (patch)
tree6ce73c2fd8ec96c6f043c4a1403c0991fd448b81 /Gemfile
parenta0fdcfcdd514c2af98f18cadfa75f8a6a85b4d2c (diff)
Add latest changes from gitlab-org/gitlab@master
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'