From 3d0c177faf70293ee182dbe735a1e6783f1151d8 Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:48:35 +0000 Subject: [PATCH] Downgrade rackup back to 1.0.0 There is currently a [bug in Puma](https://github.com/puma/puma/pull/3532) that causes issues with v1.0.1 of rackup. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c91988b9c..76bc355ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -570,7 +570,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.1) + rackup (1.0.0) rack (< 3) webrick rails (7.1.3.4)