Skip to content

Commit

Permalink
document required gems in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingQuickly committed Apr 13, 2014
1 parent cd8d9bb commit d124001
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@ for a tutorial on usage.
Or for more details, this is also the example configuration used in the
book Reliably Deploying Rails Applications available on Leanpub:
<https://leanpub.com/deploying_rails_applications>

## Minimal Requirements

You should have the following in your Gemfile:

gem 'capistrano', '~> 3.1.0'

# rails specific capistrano funcitons
gem 'capistrano-rails', '~> 1.1.0'

# integrate bundler with capistrano
gem 'capistrano-bundler'

# if you are using RBENV
gem 'capistrano-rbenv', "~> 2.0"

0 comments on commit d124001

Please sign in to comment.