comparison Gemfile @ 147:812711965af1

Added support for disabling supported web server without changing Gemfile.
author Edho Arief <edho@myconan.net>
date Sun, 18 Nov 2012 22:57:36 +0700
parents e0e99705e79d
children d7b64b639d15
comparison
equal deleted inserted replaced
146:601c608637e7 147:812711965af1
26 # gem 'bcrypt-ruby', '~> 3.0.0' 26 # gem 'bcrypt-ruby', '~> 3.0.0'
27 27
28 # To use Jbuilder templates for JSON 28 # To use Jbuilder templates for JSON
29 # gem 'jbuilder' 29 # gem 'jbuilder'
30 30
31 # Use unicorn as the app server 31 group :standalone do
32 gem 'unicorn', :platforms => :mri 32 # Use unicorn as the app server
33 gem 'puma', :platforms => [:rbx, :jruby] 33 gem 'unicorn', :platforms => :mri
34 gem 'puma', :platforms => [:rbx, :jruby]
35 end
34 36
35 # Deploy with Capistrano 37 # Deploy with Capistrano
36 # gem 'capistrano' 38 # gem 'capistrano'
37 39
38 # To use debugger 40 # To use debugger