aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2015-03-18 22:06:27 +0900
committerrhenium <rhenium@rhe.jp>2015-03-18 22:06:36 +0900
commit181d786f2484e8078037495a17633427babef6da (patch)
tree3fc49c4a840ef4114c7b85852a0973d025012416 /Gemfile
parent8e96277bb5a819a001a4fdd2ba71331fc484cf3d (diff)
downloadaclog-181d786f2484e8078037495a17633427babef6da.tar.gz
[WIP] web: use puma instead of unicorn
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 595e35c..f445fe5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,8 +15,8 @@ gem "jquery-rails"
gem "bootstrap-sass"
gem "turbolinks"
-gem "unicorn"
-gem "unicorn-worker-killer"
+gem "puma"
+gem "puma_worker_killer"
gem "dalli"
gem "omniauth-twitter"
@@ -32,6 +32,7 @@ group :development, :test do
gem "web-console", "~> 2.0.0"
gem "spring"
gem "quiet_assets"
+ gem "oink"
end
group :test do