Vendor omniauth-google-oauth2 gem
* This is to pave the way for upgrade to OmniAuth 2.0 * OmniAuth v2 supported by 1.0.0+ of omniauth-google-oauth2, but those versions also depend on `'oauth2', '~> 1.1'`, which is incompatible with the version of oauth2 currently used by GitLab. * For now, we are vendoring the current version of this gem and will upgrade the vendored version in concert with upgrading to OmniAuth 2.0 because using an updated version of this gem with OmniAuth v1 will break relative URL installations of GitLab, see: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96587#note_1083074395
显示
- .gitlab/ci/rules.gitlab-ci.yml 6 个添加, 0 个删除.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/ci/vendored-gems.gitlab-ci.yml 8 个添加, 0 个删除.gitlab/ci/vendored-gems.gitlab-ci.yml
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 9 个添加, 5 个删除Gemfile.lock
- vendor/gems/omniauth-google-oauth2/.gitlab-ci.yml 28 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/.gitlab-ci.yml
- vendor/gems/omniauth-google-oauth2/CHANGELOG.md 253 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/CHANGELOG.md
- vendor/gems/omniauth-google-oauth2/Gemfile 5 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/Gemfile
- vendor/gems/omniauth-google-oauth2/Gemfile.lock 83 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/Gemfile.lock
- vendor/gems/omniauth-google-oauth2/README.md 300 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/README.md
- vendor/gems/omniauth-google-oauth2/Rakefile 8 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/Rakefile
- vendor/gems/omniauth-google-oauth2/examples/Gemfile 7 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/examples/Gemfile
- vendor/gems/omniauth-google-oauth2/examples/config.ru 120 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/examples/config.ru
- vendor/gems/omniauth-google-oauth2/examples/omni_auth.rb 33 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/examples/omni_auth.rb
- vendor/gems/omniauth-google-oauth2/lib/omniauth-google-oauth2.rb 3 个添加, 0 个删除...gems/omniauth-google-oauth2/lib/omniauth-google-oauth2.rb
- vendor/gems/omniauth-google-oauth2/lib/omniauth/google_oauth2.rb 3 个添加, 0 个删除...gems/omniauth-google-oauth2/lib/omniauth/google_oauth2.rb
- vendor/gems/omniauth-google-oauth2/lib/omniauth/google_oauth2/version.rb 7 个添加, 0 个删除...iauth-google-oauth2/lib/omniauth/google_oauth2/version.rb
- vendor/gems/omniauth-google-oauth2/lib/omniauth/strategies/google_oauth2.rb 212 个添加, 0 个删除...th-google-oauth2/lib/omniauth/strategies/google_oauth2.rb
- vendor/gems/omniauth-google-oauth2/omniauth-google-oauth2.gemspec 30 个添加, 0 个删除...ems/omniauth-google-oauth2/omniauth-google-oauth2.gemspec
- vendor/gems/omniauth-google-oauth2/spec/omniauth/strategies/google_oauth2_spec.rb 692 个添加, 0 个删除...gle-oauth2/spec/omniauth/strategies/google_oauth2_spec.rb
- vendor/gems/omniauth-google-oauth2/spec/spec_helper.rb 4 个添加, 0 个删除vendor/gems/omniauth-google-oauth2/spec/spec_helper.rb
加载中
想要评论请 注册 或 登录