-
- Downloads
Merge branch 'dblessing_bump_ruby_deps_17-1' into '17-1-stable-ee'
Update ruby-saml and omniauth-saml See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166058 Merged-by:Stan Hu <stanhu@gmail.com> Approved-by:
Andrew Evans <aevans@gitlab.com> Approved-by:
Greg Alfaro <galfaro@gitlab.com> Approved-by:
Greg Myers <gmyers@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Drew Blessing <drew@gitlab.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -74,7 +74,7 @@ gem 'bcrypt', '~> 3.1', '>= 3.1.14' # rubocop:todo Gemfile/MissingFeatureCategor |
gem 'doorkeeper', '~> 5.6', '>= 5.6.6' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'doorkeeper-openid_connect', '~> 1.8', '>= 1.8.7' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rexml', '~> 3.2.6' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'ruby-saml', '~> 1.15.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'ruby-saml', '~> 1.17.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-auth0', '~> 3.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-azure-activedirectory-v2', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
Loading
| Loading
| @@ -83,7 +83,7 @@ gem 'omniauth-github', '2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See vendor/gems/omniauth-gitlab/README.md # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-google-oauth2', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-oauth2-generic', '~> 0.2.2' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-saml', '~> 2.1.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-saml', '~> 2.2.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth-shibboleth-redux', '~> 2.0', require: 'omniauth-shibboleth' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'omniauth_openid_connect', '~> 0.6.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
Loading
| Loading
|
Please register or sign in to comment