ericrasch
2/2/2015 - 10:02 PM

Generic Gemfile to add in a web project root.

Generic Gemfile to add in a web project root.

source 'https://rubygems.org'

gem 'capistrano', '~> 2.15'
gem 'capistrano-ext', '~> 1.2.1'
gem 'colored', '~> 1.2'