From 3fe92e856016921d8e7f29a9eaee5e44e072ab49 Mon Sep 17 00:00:00 2001 From: chao-xian Date: Thu, 3 Nov 2022 14:24:14 +0000 Subject: [PATCH] Make govuk_app_config use Puma 5 The capybara gem is currently not compatible with Puma 6 and thus this gem update can't go ahead. Capybara already has a fix for this which hasn't been released [1] [1]: teamcapybara/capybara#2530 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6da479cbd..f0bb642a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -207,7 +207,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - puma (6.0.0) + puma (5.6.5) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4)