replace thin with puma

Because of 98d9cf5834,
the support for thin was removed from rack.
This commit is contained in:
Kunpei Sakai 2020-07-05 23:21:13 +09:00
parent 91477e6dad
commit 328f66933d
No known key found for this signature in database
GPG Key ID: C4B6919318C291BC
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if RUBY_ENGINE == "ruby"
gem 'puma'
gem 'yajl-ruby'
gem 'nokogiri'
gem 'thin'
gem 'puma'
gem 'slim', '~> 2.0'
gem 'coffee-script', '>= 2.0'
gem 'rdoc'