mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Back to puma 3 to deal with socket issues
This commit is contained in:
parent
013086d3bc
commit
3ef953be62
2 changed files with 3 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ gem 'sequel'
|
||||||
gem 'bcrypt'
|
gem 'bcrypt'
|
||||||
gem 'sinatra-flash', require: 'sinatra/flash'
|
gem 'sinatra-flash', require: 'sinatra/flash'
|
||||||
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
|
gem 'sinatra-xsendfile', require: 'sinatra/xsendfile'
|
||||||
gem 'puma', require: nil
|
gem 'puma', '3.12.1', require: nil
|
||||||
gem 'rmagick', require: nil
|
gem 'rmagick', require: nil
|
||||||
gem 'sidekiq', '~> 4.2.10'
|
gem 'sidekiq', '~> 4.2.10'
|
||||||
gem 'mail'
|
gem 'mail'
|
||||||
|
|
|
@ -155,7 +155,6 @@ GEM
|
||||||
net-ssh (>= 2.6.5, < 6.0.0)
|
net-ssh (>= 2.6.5, < 6.0.0)
|
||||||
net-ssh (5.2.0)
|
net-ssh (5.2.0)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.5.1)
|
|
||||||
nokogiri (1.10.4)
|
nokogiri (1.10.4)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
nokogumbo (2.0.1)
|
nokogumbo (2.0.1)
|
||||||
|
@ -171,8 +170,7 @@ GEM
|
||||||
byebug (~> 11.0)
|
byebug (~> 11.0)
|
||||||
pry (~> 0.10)
|
pry (~> 0.10)
|
||||||
public_suffix (4.0.1)
|
public_suffix (4.0.1)
|
||||||
puma (4.1.1)
|
puma (3.12.1)
|
||||||
nio4r (~> 2.0)
|
|
||||||
rack (2.0.7)
|
rack (2.0.7)
|
||||||
rack-cache (1.9.0)
|
rack-cache (1.9.0)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
|
@ -328,7 +326,7 @@ DEPENDENCIES
|
||||||
pg
|
pg
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
puma
|
puma (= 3.12.1)
|
||||||
rack-cache
|
rack-cache
|
||||||
rack-test
|
rack-test
|
||||||
rack_session_access
|
rack_session_access
|
||||||
|
|
Loading…
Add table
Reference in a new issue