Mercurial > rsstweet
comparison Gemfile @ 26:a4deb8a43cc3
Add standalone servers.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Fri, 05 Sep 2014 23:51:16 +0900 |
| parents | a2f7dfc68f44 |
| children | 03f904c070f7 |
comparison
equal
deleted
inserted
replaced
| 25:70d70736faee | 26:a4deb8a43cc3 |
|---|---|
| 12 | 12 |
| 13 # Use ActiveModel has_secure_password | 13 # Use ActiveModel has_secure_password |
| 14 # gem 'bcrypt', '~> 3.1.7' | 14 # gem 'bcrypt', '~> 3.1.7' |
| 15 | 15 |
| 16 # Use unicorn as the app server | 16 # Use unicorn as the app server |
| 17 # gem 'unicorn' | 17 gem "unicorn", :platforms => :mri, :require => false |
| 18 gem "puma", :platforms => [:jruby, :rbx, :mswin], :require => false | |
| 18 | 19 |
| 19 # Use Capistrano for deployment | 20 # Use Capistrano for deployment |
| 20 # gem 'capistrano-rails', group: :development | 21 # gem 'capistrano-rails', group: :development |
| 21 | 22 |
| 22 # Use debugger | 23 # Use debugger |
