mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
downgrade to puma 5 to fix webdav implementation
This commit is contained in:
parent
7557c5b827
commit
e9afe63695
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ gem 'sequel'
|
|||
gem 'bcrypt'
|
||||
gem 'sinatra-flash', require: 'sinatra/flash'
|
||||
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
|
||||
gem 'puma', require: nil
|
||||
gem 'puma', '5.6.5', require: nil
|
||||
gem 'rmagick', require: nil
|
||||
gem 'sidekiq', '~> 5.2.0'
|
||||
gem 'mail'
|
||||
|
|
|
@ -198,7 +198,7 @@ GEM
|
|||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
public_suffix (5.0.0)
|
||||
puma (6.0.0)
|
||||
puma (5.6.5)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.0)
|
||||
rack (2.2.4)
|
||||
|
@ -352,7 +352,7 @@ DEPENDENCIES
|
|||
paypal-recurring
|
||||
pg
|
||||
pry
|
||||
puma
|
||||
puma (= 5.6.5)
|
||||
rack-cache
|
||||
rack-test
|
||||
rack_session_access
|
||||
|
|
Loading…
Add table
Reference in a new issue