Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

エラーを回避するために、pumaのバージョン4.3.6をインストールするように変更。 #1

Merged
merged 1 commit into from Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down