diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-01 00:09:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-01 00:09:48 +0000 |
commit | 0dc67904c1b8b01e7406fc510cf432c5bfc919fb (patch) | |
tree | 93fffcf04b7d5ef50291c9d6386e6dd5f199dcef /Gemfile | |
parent | 915ce2e09259d71275f3e0a6e5214b793c2eb52e (diff) | |
download | gitlab-ce-0dc67904c1b8b01e7406fc510cf432c5bfc919fb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ gem 'omniauth-alicloud', '~> 1.0.1' gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.4' gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See vendor/gems/omniauth-gitlab/README.md -gem 'omniauth-google-oauth2', '~> 0.6.0' +gem 'omniauth-google-oauth2', '~> 0.6.0', path: 'vendor/gems/omniauth-google-oauth2' # See gem README.md gem 'omniauth-oauth2-generic', '~> 0.2.2' gem 'omniauth-saml', '~> 1.10' gem 'omniauth-shibboleth', '~> 1.3.0' |