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) 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