diff Gemfile @ 180:0c101c8169e4

Swap unicorn with falcon Seems working.
author nanaya <me@nanaya.pro>
date Mon, 22 Oct 2018 15:24:39 +0900
parents cd76c83d6d24
children f67f3ad50270
line wrap: on
line diff
--- a/Gemfile	Sat Oct 13 14:36:14 2018 +0900
+++ b/Gemfile	Mon Oct 22 15:24:39 2018 +0900
@@ -15,4 +15,4 @@
 gem "newrelic_rpm"
 
 gem "puma", :require => false
-gem "unicorn", :require => false, :platforms => :ruby
+gem "falcon", :require => false, :platforms => :ruby