Skip to content

Commit

Permalink
Remove direct rackup dependency
Browse files Browse the repository at this point in the history
We no longer need to pin rackup to version 1 since updating to Puma 6.5
  • Loading branch information
ryanb-gds committed Jan 28, 2025
1 parent b85a6bc commit 0824dfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ gem "pdf-reader"
gem "plek"
gem "ptools"
gem "rack"
# TODO: remove after next version of Puma is released
# See https://github.com/puma/puma/pull/3532
# `require: false` is needed because you can't actually `require "rackup"`
# due to a different bug: https://github.com/rack/rackup/commit/d03e1789
gem "rackup", "1.0.0", require: false
gem "rails-i18n"
gem "rails_translation_manager"
gem "rake"
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,6 @@ DEPENDENCIES
ptools
rack
rack-test
rackup (= 1.0.0)
rails (~> 7.2.2)
rails-controller-testing
rails-dom-testing
Expand Down

0 comments on commit 0824dfd

Please sign in to comment.