From f44b0127f0ca733f083a85dc4627e06883cae399 Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Thu, 22 Aug 2024 07:46:42 -0500 Subject: [PATCH 1/2] Update rexml gem changelog: Internal, Maintenance, Update rexml gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3ef1394fae..36ec53aae08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -579,7 +579,7 @@ GEM actionpack (>= 5.0) railties (>= 5.0) retries (0.0.5) - rexml (3.3.4) + rexml (3.3.6) strscan rotp (6.3.0) rouge (4.2.0) From df720cabbf8ba269bce3616ca71605aa7f0b4e17 Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Thu, 22 Aug 2024 08:25:58 -0500 Subject: [PATCH 2/2] fix spec --- spec/services/proofing/aamva/verification_client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/proofing/aamva/verification_client_spec.rb b/spec/services/proofing/aamva/verification_client_spec.rb index 611aa3721a0..47f7df59d00 100644 --- a/spec/services/proofing/aamva/verification_client_spec.rb +++ b/spec/services/proofing/aamva/verification_client_spec.rb @@ -167,7 +167,7 @@ it 'throws an error which complains about the invalid response' do expect { response }.to raise_error( Proofing::Aamva::VerificationError, - /No close tag for \/h1/, + /Missing end tag for '\/h1'/, ) end