From a9df30fdf050d2a4af50c1b297316e11b028f8f1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:10:49 +0000 Subject: [PATCH] Update puma to version 4.3.9 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e33a5f4..477ec41 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.3.5' gem 'rails', '~> 5.1.6' # infrastructure -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' gem 'sqlite3', group: [:development, :test] gem 'pg', group: :production gem 'sidekiq', group: :production diff --git a/Gemfile.lock b/Gemfile.lock index c42dc8d..3d7e779 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,8 @@ GEM nokogiri (1.10.2) mini_portile2 (~> 2.4.0) pg (1.1.4) - puma (3.12.1) + puma (4.3.9) + nio4r (~> 2.0) rack (2.0.6) rack-protection (2.0.5) rack @@ -219,7 +220,7 @@ DEPENDENCIES listen (~> 3.0.5) nokogiri (~> 1) pg - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.1.6) rails-controller-testing rails_real_favicon