Skip to content

Commit

Permalink
tie down rackup until puma is bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Nov 15, 2024
1 parent 9484c05 commit eff80ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ gem "activemodel-serializers-xml", "~> 1.0.1"
gem "activerecord-import", "~> 1.8.0"
gem "activerecord-session_store", "~> 2.1.0"
gem "ox"

# Tying down rackup to work around https://github.com/puma/puma/pull/3532#issuecomment-2433486115
# Remove once the referenced PR is released.
gem "rackup", "~> 1.0.0"
gem "rails", "~> 7.1.3"
gem "responders", "~> 3.0"

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ DEPENDENCIES
rack-test (~> 2.1.0)
rack-timeout (~> 0.7.0)
rack_session_access
rackup (~> 1.0.0)
rails (~> 7.1.3)
rails-controller-testing (~> 1.0.2)
rails-i18n (~> 7.0.0)
Expand Down

0 comments on commit eff80ad

Please sign in to comment.