Skip to content

Commit

Permalink
Pin rackup to work around puma incompatibility issue with rackup 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Oct 24, 2024
1 parent b72cd27 commit 149decf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ gem 'capybara-chromedriver-logger', git: 'https://github.com/codevise/capybara-c

# See https://github.com/charkost/prosopite/pull/79
gem 'prosopite', git: 'https://github.com/tf/prosopite', branch: 'location-backtrace-cleaner'

# See https://github.com/rack/rackup/issues/22
# Remove once https://github.com/puma/puma/pull/3532 is merged
gem 'rackup', '1.0.0', require: false

0 comments on commit 149decf

Please sign in to comment.