Sabzdish

Gemfile for deploy with capistrano

Aug 14th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.23 KB | None | 0 0
  1. # Use unicorn as the app server
  2. group :production do
  3.     gem 'unicorn'
  4. end
  5.  
  6. # Use Capistrano for deployment
  7. group :development do
  8.     gem 'capistrano'
  9.     gem 'capistrano-rails'
  10.     gem 'capistrano-bundler'
  11.     gem 'capistrano-rvm'
  12. end
Advertisement
Add Comment
Please, Sign In to add comment