Skip to content

Commit

Permalink
try adding rackup explicitly?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Sep 17, 2024
1 parent 3371cf5 commit 208daaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -415,6 +415,7 @@ DEPENDENCIES
pry-rescue
pry-stack_explorer
puma (~> 6.4)
rackup (~> 0.1.0)
rails (~> 6.1)
react-rails
rubocop-capybara
Expand Down

0 comments on commit 208daaa

Please sign in to comment.