Skip to content

Commit

Permalink
Add rackup exclusion while puma hasn't updated compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Throne3d committed Nov 8, 2024
1 parent 689a9a4 commit 9bef4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gem 'nokogiri'
gem 'pg', '~> 1.5'
gem 'pg_search'
gem 'rack-pratchett'
gem 'rackup', '!= 1.0.1' # rackup 1.0.1 is incompatible with puma <= 6.4.3
gem 'rails', '~> 7.1.4'
gem "redcarpet", "~> 3.6"
gem 'redis', '~> 5.3'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.7.0)
rackup (1.0.1)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.4.1)
Expand Down Expand Up @@ -608,6 +608,7 @@ DEPENDENCIES
rack-mini-profiler
rack-pratchett
rack-timeout (>= 0.6.0)
rackup (!= 1.0.1)
rails (~> 7.1.4)
rails-controller-testing
rake (~> 13.2)
Expand Down

0 comments on commit 9bef4aa

Please sign in to comment.