From 328f66933ddc1cfab438835634c1aff9c2bec92d Mon Sep 17 00:00:00 2001 From: Kunpei Sakai Date: Sun, 5 Jul 2020 23:21:13 +0900 Subject: [PATCH] replace thin with puma Because of https://github.com/rack/rack/commit/98d9cf5834d4e27e34bbaa017cdfc68795763b55, the support for thin was removed from rack. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index df2f5935..98123f72 100644 --- a/Gemfile +++ b/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'