diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-13 18:56:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-13 18:56:27 +0000 |
commit | 09b628c32e2c0bf54347745cf7d165cf987731c0 (patch) | |
tree | 90087576f91c250ebb71fa9bf377878e0a7feb81 /Gemfile | |
parent | d979a5b16b918928ba290135da1e2df07aeda887 (diff) | |
download | gitlab-ce-09b628c32e2c0bf54347745cf7d165cf987731c0.tar.gz |
Add latest changes from gitlab-org/security/gitlab@13-10-stable-ee
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ gem 'devise', '~> 4.7.2' gem 'bcrypt', '~> 3.1', '>= 3.1.14' gem 'doorkeeper', '~> 5.5.0.rc2' gem 'doorkeeper-openid_connect', '~> 1.7.5' +gem 'rexml', '~> 3.2.5' +gem 'ruby-saml', '~> 1.12.1' gem 'omniauth', '~> 1.8' gem 'omniauth-auth0', '~> 2.0.0' gem 'omniauth-azure-activedirectory-v2', '~> 0.1' |