Vendor omniauth-salesforce gem
* Our ultimate goal is to upgrade `omniauth` to v2.0. See the related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/30073 * In order to upgrade `omniauth` to v2.0, we need to upgrade `omniauth-salesforce` because the latter has a dependency on the former. * There is an open issue asking the maintainer to make `omniauth-salesforce` compatible with `omniauth` v2.0 but that hasn't happened yet: https://github.com/realdoug/omniauth-salesforce/issues/31 * We are actively emailing with the gem owner about transferring or adding additional contributors to the gem but in the meantime this will unblock the upgrade. * This MR vendors the gem and updates its `.gemspec` file so that it is compatible with `omniauth` v2.0
显示
- .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 8 个添加, 4 个删除Gemfile.lock
- vendor/gems/omniauth-salesforce/.gitlab-ci.yml 28 个添加, 0 个删除vendor/gems/omniauth-salesforce/.gitlab-ci.yml
- vendor/gems/omniauth-salesforce/Gemfile 12 个添加, 0 个删除vendor/gems/omniauth-salesforce/Gemfile
- vendor/gems/omniauth-salesforce/Gemfile.lock 121 个添加, 0 个删除vendor/gems/omniauth-salesforce/Gemfile.lock
- vendor/gems/omniauth-salesforce/Guardfile 10 个添加, 0 个删除vendor/gems/omniauth-salesforce/Guardfile
- vendor/gems/omniauth-salesforce/LICENSE.md 5 个添加, 0 个删除vendor/gems/omniauth-salesforce/LICENSE.md
- vendor/gems/omniauth-salesforce/README.md 60 个添加, 0 个删除vendor/gems/omniauth-salesforce/README.md
- vendor/gems/omniauth-salesforce/Rakefile 12 个添加, 0 个删除vendor/gems/omniauth-salesforce/Rakefile
- vendor/gems/omniauth-salesforce/lib/omniauth-salesforce.rb 2 个添加, 0 个删除vendor/gems/omniauth-salesforce/lib/omniauth-salesforce.rb
- vendor/gems/omniauth-salesforce/lib/omniauth-salesforce/version.rb 5 个添加, 0 个删除...ms/omniauth-salesforce/lib/omniauth-salesforce/version.rb
- vendor/gems/omniauth-salesforce/lib/omniauth/strategies/salesforce.rb 97 个添加, 0 个删除...omniauth-salesforce/lib/omniauth/strategies/salesforce.rb
- vendor/gems/omniauth-salesforce/omniauth-salesforce.gemspec 24 个添加, 0 个删除vendor/gems/omniauth-salesforce/omniauth-salesforce.gemspec
- vendor/gems/omniauth-salesforce/spec/omniauth/strategies/salesforce_spec.rb 219 个添加, 0 个删除...th-salesforce/spec/omniauth/strategies/salesforce_spec.rb
- vendor/gems/omniauth-salesforce/spec/spec_helper.rb 16 个添加, 0 个删除vendor/gems/omniauth-salesforce/spec/spec_helper.rb
加载中
想要评论请 注册 或 登录