Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
60d322b
Remove email/password prefilling via URL (#7621)
zachmargolis Jan 11, 2023
4abff09
Add screenreader tag for incomplete steps, and fix test (#7613)
soniaconnolly Jan 11, 2023
33aef26
LG-8372 - Clean up old three-screen phone verification (#7590)
jmax-gsa Jan 11, 2023
e0a66ca
Update to Ruby 3.2.0 (#7594)
Jan 11, 2023
f65d2f7
Remove lingering references to "Pending" step indicator status (#7623)
aduth Jan 12, 2023
b493e5f
LG-8071: Add logging for WebAuthn frontend error reasons (#7609)
aduth Jan 12, 2023
c90f51f
Remove <lg-download-button> component, it was only needed for IE (#7624)
zachmargolis Jan 12, 2023
3fe32e3
LG-8402: Add a cancel link to the in-person proofing barcode page (#7…
Jan 12, 2023
2406f43
Remove Time component IE11 fallback behavior (#7625)
aduth Jan 12, 2023
1e1391c
Update .ruby-version (#7633)
Jan 12, 2023
973acd9
Reduce default shared device lookup depth for data requests (#7632)
Jan 12, 2023
9c3d9e3
Update saml_idp gem (#7631)
Jan 12, 2023
f16bdbf
LG-8432: Update SAML ForceAuthn enforcement to track state in SP sess…
julialeague Jan 12, 2023
8ea2087
Updated webauthn gem to 2.5.2 (#7637)
theabrad Jan 12, 2023
d5b7ba6
Retire mailcatcher (#7641)
jmhooper Jan 13, 2023
678891c
Clean up / refactor ThreatMetrix configuration (#7582)
matthinz Jan 13, 2023
398b097
Freeze strings and other constants (#7638)
Jan 13, 2023
cd865f3
LG-8529: Change feature flag name (#7617)
jc-gsa Jan 13, 2023
3054298
Add IAL2 `ignored_columns` to be removed (#7622)
Jan 13, 2023
2e50964
Have the verification error parser use the `ProductType` instead of `…
jmhooper Jan 17, 2023
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 .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
GITLAB_CI: 'true'
JUNIT_OUTPUT: 'true'
ECR_REGISTRY: '${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com'
IDP_CI_SHA: 'sha256:cea459aea56802327075b873cc73a8859ecffa359a9311b359ea49b19b1ba934'
IDP_CI_SHA: 'sha256:f5bbf6917b20e559176962ddf499cf320a873b0099711ef4dae4fd7b5cb7f3eb'

default:
image: '${ECR_REGISTRY}/idp/ci@${IDP_CI_SHA}'
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.2.0
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'aws-sdk-ses', '~> 1.6'
gem 'aws-sdk-sns'
gem 'barby', '~> 0.6.8'
gem 'base32-crockford'
gem 'bootsnap', '~> 1.9.0', require: false
gem 'bootsnap', '~> 1.0', require: false
gem 'browser'
gem 'connection_pool'
gem 'cssbundling-rails'
Expand All @@ -25,7 +25,7 @@ gem 'foundation_emails'
gem 'good_job', '~> 3.0'
gem 'hashie', '~> 4.1'
gem 'http_accept_language'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v3.4.1'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v3.4.2'
gem 'identity-logging', github: '18F/identity-logging', tag: 'v0.1.0'
gem 'identity_validations', github: '18F/identity-validations', tag: 'v0.7.2'
gem 'jsbundling-rails', '~> 1.0.0'
Expand Down Expand Up @@ -57,7 +57,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.18.0-18f'
gem 'saml_idp', github: '18F/saml_idp', tag: '0.18.1-18f'
gem 'scrypt'
gem 'simple_form', '>= 5.0.2'
gem 'sprockets-rails'
Expand All @@ -67,7 +67,7 @@ gem 'subprocess', require: false
gem 'uglifier', '~> 4.2'
gem 'valid_email', '>= 0.1.3'
gem 'view_component', '~> 2.51.0'
gem 'webauthn', '~> 2.1'
gem 'webauthn', '~> 2.5.2'
gem 'xmldsig', '~> 0.6'
gem 'xmlenc', '~> 0.7', '>= 0.7.1'
gem 'yard'
Expand All @@ -82,6 +82,7 @@ group :development do
gem 'derailed_benchmarks', '~> 1.8'
gem 'guard-rspec', require: false
gem 'irb'
gem 'letter_opener', '~> 1.8'
gem 'octokit', '>= 4.25.0'
gem 'rack-mini-profiler', '>= 1.1.3', require: false
gem 'rails-erd', '>= 1.6.0'
Expand All @@ -91,12 +92,11 @@ group :development, :test do
gem 'aws-sdk-cloudwatchlogs', require: false
gem 'brakeman', require: false
gem 'bullet', '~> 7.0'
gem 'capybara-webmock', git: 'https://github.com/hashrocket/capybara-webmock.git', ref: '63d790a0'
gem 'data_uri', require: false
gem 'capybara-webmock', git: 'https://github.com/hashrocket/capybara-webmock.git', ref: 'd3f3b7c'
gem 'erb_lint', '~> 0.3.0', require: false
gem 'i18n-tasks', '>= 0.9.31'
gem 'i18n-tasks', '~> 1.0'
gem 'knapsack'
gem 'nokogiri', '~> 1.13.10'
gem 'nokogiri', '~> 1.14.0'
gem 'parallel_tests'
gem 'pg_query', require: false
gem 'pry-byebug'
Expand Down
Loading