mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Give puma 4 another try and hope issues are fixed
This commit is contained in:
parent
b2b38b90b9
commit
406e475ecb
2 changed files with 5 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', '3.12.2', require: nil
|
||||
gem 'puma', require: nil
|
||||
gem 'rmagick', require: nil
|
||||
gem 'sidekiq', '~> 4.2.10'
|
||||
gem 'mail'
|
||||
|
|
|
@ -156,6 +156,7 @@ GEM
|
|||
net-ssh (>= 2.6.5, < 6.0.0)
|
||||
net-ssh (5.2.0)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.2)
|
||||
nokogiri (1.10.5)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogumbo (2.0.1)
|
||||
|
@ -171,7 +172,8 @@ GEM
|
|||
byebug (~> 11.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (4.0.1)
|
||||
puma (3.12.2)
|
||||
puma (4.3.1)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.0.8)
|
||||
rack-cache (1.9.0)
|
||||
rack (>= 0.4)
|
||||
|
@ -328,7 +330,7 @@ DEPENDENCIES
|
|||
pg
|
||||
pry
|
||||
pry-byebug
|
||||
puma (= 3.12.2)
|
||||
puma
|
||||
rack-cache
|
||||
rack-test
|
||||
rack_session_access
|
||||
|
|
Loading…
Add table
Reference in a new issue