From f5dfea6837ea1f1071537c10752ad7affa7f39af Mon Sep 17 00:00:00 2001 From: gifteeintern Date: Mon, 16 Nov 2020 18:47:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E5=9B=9E?= =?UTF-8?q?=E9=81=BF=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB=E3=80=81?= =?UTF-8?q?puma=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B34.3.6?= =?UTF-8?q?=E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 23b62193..9e6f3b03 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'spring', group: :development # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' -gem 'puma' +gem 'puma', '4.3.6' gem 'line-bot-api' gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index ea88a02d..8807ccf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM nokogiri (1.10.8) mini_portile2 (~> 2.4.0) pg (0.21.0) - puma (4.3.5) + puma (4.3.6) nio4r (~> 2.0) rack (2.2.3) rack-protection (2.0.8.1) @@ -199,7 +199,7 @@ DEPENDENCIES line-bot-api listen pg (~> 0.18) - puma + puma (= 4.3.6) rails (~> 6.0.2) rails_12factor sass-rails