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:
parent
91477e6dad
commit
328f66933d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue