aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-03-03 20:24:03 +0900
committerRhenium <rhenium@rhe.jp>2014-03-03 20:24:03 +0900
commit5967c73043b39d72b077d9c9c6cec5ea6b19140b (patch)
tree528e62f8a2f3f091a19465975ece82cf8b27db1a /Gemfile
parentbea2474a2671e78bed5a0a526feb9f2b83621d84 (diff)
downloadaclog-5967c73043b39d72b077d9c9c6cec5ea6b19140b.tar.gz
swich web server from unicorn to puma
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8ccb28f..b5715c9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,9 +22,9 @@ gem "em-work_queue"
gem "pry-rails"
group :production do
- gem "unicorn"
- gem "unicorn-worker-killer"
+ gem "puma"
gem "dalli"
+ gem "connection_pool"
end
group :development do