From 0ce7f47ea17eef4baf6f983bd678d1dfb9bccdbf Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:15:38 +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 30a8812a4..f9e4eeed7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -550,7 +550,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)