curationexperts / cypripedium

A Hyrax 3 application for the Federal Reserve Bank of Minneapolis
2 stars 3 forks source link

Update Capybara for compatibility with update Puma version #569

Closed mark-dce closed 9 months ago

mark-dce commented 9 months ago

ISSUE The update to Puma causes a handful of test in the test suite to fail due to depencency inconsistencies in the test suite.

FIX Update Capybara and related dependencies to allow test suite to run successfully.

NOTE: This change and the previous change have no production impact. The production environment uses Apache rather than Puma as the web server.