summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-11-07 21:39:38 -0800
committerStan Hu <stanhu@gmail.com>2016-11-07 21:40:01 -0800
commit38909dac1d8b5ded2dd94f5eddc21206934d2231 (patch)
treed5113982a52c5516ee7b3c3d9228f6cbb2960feb /Gemfile
parenta6b4975724c50bc09206c0201f159c65e610859e (diff)
downloadgitlab-ce-38909dac1d8b5ded2dd94f5eddc21206934d2231.tar.gz
Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2sh-bump-omniauth-gitlab
Closes gitlab-com/support-forum#1270
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5286d2f6d6b..cb2a8470126 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem 'omniauth-bitbucket', '~> 0.0.2'
gem 'omniauth-cas3', '~> 1.1.2'
gem 'omniauth-facebook', '~> 4.0.0'
gem 'omniauth-github', '~> 1.1.1'
-gem 'omniauth-gitlab', '~> 1.0.0'
+gem 'omniauth-gitlab', '~> 1.0.2'
gem 'omniauth-google-oauth2', '~> 0.4.1'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-saml', '~> 1.7.0'