From 208daaa5ab12f6120b1388abebbea57b21c150c7 Mon Sep 17 00:00:00 2001 From: Ben Lerner Date: Tue, 17 Sep 2024 12:34:02 -0400 Subject: [PATCH] try adding rackup explicitly? --- Gemfile | 1 + Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d0a31bbfb..12f225a22 100644 --- a/Gemfile +++ b/Gemfile @@ -83,6 +83,7 @@ end group :production do gem 'passenger', '>= 5.3.2', require: 'phusion_passenger/rack_handler' + gem 'rackup', '~> 0.1.0' # HACK because https://github.com/rack/rackup/issues/13 end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index bfd2f29ca..f7ac48abe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,8 +258,8 @@ GEM rack rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) - rack (< 3) + rackup (0.1.0) + rack webrick rails (6.1.7.8) actioncable (= 6.1.7.8) @@ -415,6 +415,7 @@ DEPENDENCIES pry-rescue pry-stack_explorer puma (~> 6.4) + rackup (~> 0.1.0) rails (~> 6.1) react-rails rubocop-capybara