1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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'