diff Gemfile @ 17:8c0f70f8249e

Added webservers - puma and unicorn.
author Edho Arief <edho@myconan.net>
date Mon, 27 Aug 2012 07:44:17 -0700
parents 49c0949ee47e
children 91d3749cbff8
line wrap: on
line diff
--- a/Gemfile	Sun Aug 26 20:02:41 2012 -0700
+++ b/Gemfile	Mon Aug 27 07:44:17 2012 -0700
@@ -26,7 +26,8 @@
 # gem 'jbuilder'
 
 # Use unicorn as the app server
-# gem 'unicorn'
+gem 'unicorn', :platforms => :mri
+gem 'puma', :platforms => [:rbx, :jruby]
 
 # Deploy with Capistrano
 # gem 'capistrano'