From 83f4a12fecf371f09c38230256560c0cee0c5c3c Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 22:47:04 +0000 Subject: [PATCH] Update puma to version 5.6.2 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e33a5f4..a95e090 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', '~> 5.6' gem 'sqlite3', group: [:development, :test] gem 'pg', group: :production gem 'sidekiq', group: :production diff --git a/Gemfile.lock b/Gemfile.lock index c42dc8d..51ac491 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 (5.6.2) + 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 (~> 5.6) rails (~> 5.1.6) rails-controller-testing rails_real_favicon