Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2
Closes gitlab-com/support-forum#1270
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment