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