Mercurial > zeropaste
comparison Gemfile @ 364:dd5a107bff3d
Remove web servers from gemfile.
Please install it manually through gem or whatever.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 14 Feb 2015 01:22:29 +0900 |
parents | cbf116933259 |
children | 26545fe719ca |
comparison
equal
deleted
inserted
replaced
363:9e860754b5d6 | 364:dd5a107bff3d |
---|---|
23 # gem "bcrypt-ruby", "~> 3.0.0" | 23 # gem "bcrypt-ruby", "~> 3.0.0" |
24 | 24 |
25 # To use Jbuilder templates for JSON | 25 # To use Jbuilder templates for JSON |
26 # gem "jbuilder" | 26 # gem "jbuilder" |
27 | 27 |
28 gem "unicorn", :groups => [:standalone, :development], :platforms => :mri | |
29 gem "hooves", | |
30 :groups => :development, :platforms => :mri, :require => "hooves/default" | |
31 gem "puma", :groups => :standalone, :platforms => [:rbx, :jruby] | |
32 | |
33 # Deploy with Capistrano | 28 # Deploy with Capistrano |
34 # gem "capistrano" | 29 # gem "capistrano" |
35 | 30 |
36 # To use debugger | 31 # To use debugger |
37 # gem "ruby-debug" | 32 # gem "ruby-debug" |