Back to puma 3 to deal with socket issues

This commit is contained in:
Kyle Drake 2019-10-06 23:52:40 +00:00
parent 013086d3bc
commit 3ef953be62
2 changed files with 3 additions and 5 deletions

View file

@ -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', '3.12.1', require: nil
gem 'rmagick', require: nil
gem 'sidekiq', '~> 4.2.10'
gem 'mail'

View file

@ -155,7 +155,6 @@ GEM
net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.5.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.1)
@ -171,8 +170,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.1)
puma (4.1.1)
nio4r (~> 2.0)
puma (3.12.1)
rack (2.0.7)
rack-cache (1.9.0)
rack (>= 0.4)
@ -328,7 +326,7 @@ DEPENDENCIES
pg
pry
pry-byebug
puma
puma (= 3.12.1)
rack-cache
rack-test
rack_session_access