From a942ad9de9878b2b88424e951725e0732487789b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:32:19 +0000 Subject: [PATCH] Update puma to version 4.3.8 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c4fb3a4b..a8f07f25 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem 'rails', '~> 5.2' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # respond_to methods have been extracted to the responders gem # http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders diff --git a/Gemfile.lock b/Gemfile.lock index 1b10d715..73e60f60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -400,7 +400,8 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.8) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-openid (1.3.1) @@ -701,7 +702,7 @@ DEPENDENCIES piwik_analytics (~> 1.0.1) prawn-qrcode prawn-rails - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.2) rails-assets-bootstrap-markdown! rails-assets-bootstrap-select!