Skip to content

Commit ada2c48

Browse files
committed
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
1 parent b3f1c85 commit ada2c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ GEM
225225
coderay (~> 1.1)
226226
method_source (~> 1.0)
227227
public_suffix (5.0.0)
228-
puma (6.0.0)
228+
puma (5.6.5)
229229
nio4r (~> 2.0)
230230
racc (1.6.0)
231231
rack (2.2.4)

0 commit comments

Comments
 (0)