diff --git a/Gemfile b/Gemfile index 42dbca98..bb4e116a 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 4d086a4d..1539322a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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