Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 187cf7d

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RUBYSAML-14222436 - https://snyk.io/vuln/SNYK-RUBY-RUBYSAML-14222437
1 parent cf3c8bb commit 187cf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939

4040
gem 'net-ldap', '~> 0.17'
4141
gem 'omniauth-cas', '~> 2.0'
42-
gem 'omniauth-saml', '~> 1.10'
42+
gem 'omniauth-saml', '~> 1.10', '>= 1.10.4'
4343
gem 'gitlab-omniauth-openid-connect', '~>0.10.0', require: 'omniauth_openid_connect'
4444
gem 'omniauth', '~> 1.9'
4545
gem 'omniauth-rails_csrf_protection', '~> 0.1'

0 commit comments

Comments
 (0)