Mercurial > rsstweet
comparison 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 |
comparison
equal
deleted
inserted
replaced
179:b224cf75a759 | 180:0c101c8169e4 |
---|---|
13 gem "twitter-text" | 13 gem "twitter-text" |
14 | 14 |
15 gem "newrelic_rpm" | 15 gem "newrelic_rpm" |
16 | 16 |
17 gem "puma", :require => false | 17 gem "puma", :require => false |
18 gem "unicorn", :require => false, :platforms => :ruby | 18 gem "falcon", :require => false, :platforms => :ruby |