Skip to content

Commit

Permalink
Update saml_idp gem to add support for AES-GCM encryption algorithms (#…
Browse files Browse the repository at this point in the history
…11593)

changelog: Upcoming Features, SAML, Update saml_idp gem to add support for AES-GCM encryption algorithms
  • Loading branch information
mitchellhenke authored Dec 4, 2024
1 parent cd1f017 commit 0dede8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gem 'rqrcode'
gem 'ruby-progressbar'
gem 'ruby-saml'
gem 'safe_target_blank', '>= 1.0.2'
gem 'saml_idp', github: '18F/saml_idp', tag: '0.23.3-18f'
gem 'saml_idp', github: '18F/saml_idp', tag: '0.23.4-18f'
gem 'scrypt'
gem 'simple_form', '>= 5.0.2'
gem 'stringex', require: false
Expand All @@ -85,7 +85,7 @@ gem 'valid_email', '>= 0.1.3', github: 'hallelujah/valid_email', ref: '486b860'
gem 'view_component', '~> 3.0'
gem 'webauthn', '~> 2.5.2'
gem 'xmldsig', '~> 0.6'
gem 'xmlenc', '~> 0.7', '>= 0.7.1'
gem 'xmlenc', '0.8.0'
gem 'yard', require: false
gem 'zlib', require: false

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ GIT

GIT
remote: https://github.com/18F/saml_idp.git
revision: 752085a6f88cd3ce75ecc7a64afe064a0e4f9e35
tag: 0.23.3-18f
revision: e5d876cf10ce9b39bba0cc523d06c4dda1af5124
tag: 0.23.4-18f
specs:
saml_idp (0.23.3.pre.18f)
saml_idp (0.23.4.pre.18f)
activesupport
builder
faraday
Expand Down Expand Up @@ -869,7 +869,7 @@ DEPENDENCIES
webauthn (~> 2.5.2)
webmock
xmldsig (~> 0.6)
xmlenc (~> 0.7, >= 0.7.1)
xmlenc (= 0.8.0)
yard
zlib
zonebie
Expand Down

0 comments on commit 0dede8b

Please sign in to comment.