changeset 310:f695d7ecdd27

Use unicorn/hooves for mri.
author edogawaconan <me@myconan.net>
date Wed, 12 Mar 2014 19:56:26 +0900
parents 9fe8c29c27c4
children 408c4a17e1a6
files Gemfile Gemfile.lock
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Wed Mar 12 19:52:28 2014 +0900
+++ b/Gemfile	Wed Mar 12 19:56:26 2014 +0900
@@ -42,5 +42,5 @@
 
 group :development do
   gem "quiet_assets"
-  gem "puma"
+  gem "hooves", :platforms => :mri, :require => "hooves/default"
 end
--- a/Gemfile.lock	Wed Mar 12 19:52:28 2014 +0900
+++ b/Gemfile.lock	Wed Mar 12 19:56:26 2014 +0900
@@ -45,6 +45,8 @@
     erubis (2.7.0)
     execjs (2.0.2)
     hike (1.2.3)
+    hooves (0.7)
+      unicorn (> 0)
     i18n (0.6.9)
     jdbc-postgres (9.3.1100)
     jquery-rails (3.1.0)
@@ -134,6 +136,7 @@
   actionpack-page_caching
   activerecord-jdbcpostgresql-adapter
   anjlab-bootstrap-rails
+  hooves
   jquery-rails
   jruby-openssl
   newrelic_rpm