Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v0.4.2'
require File.join(__dir__, 'lib', 'lambda_jobs', 'git_ref.rb')
gem 'identity-idp-functions', github: '18F/identity-idp-functions', ref: LambdaJobs::GIT_REF
gem 'identity-telephony', github: '18f/identity-telephony', tag: 'v0.1.7'
gem 'identity_validations', github: '18F/identity-validations', branch: 'master'
gem 'identity_validations', github: '18F/identity-validations', branch: 'main'
gem 'json-jwt', '>= 1.11.0'
gem 'jwt'
gem 'local_time'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ GIT

GIT
remote: https://github.com/18F/identity-validations.git
revision: 31d041f479d5479940b9c6c67a3ee37786ace68c
branch: master
revision: 26253af02f472d3023062efd5c7a3920b0db5f9c
branch: main
specs:
identity_validations (0.3.1)
identity_validations (0.3.2)

GIT
remote: https://github.com/18F/saml_idp.git
Expand Down