1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Correct Gemfile line for capistrano-rails fixes capistrano/capistrano#577

This commit is contained in:
Faraz Yashar 2013-07-22 11:42:52 -04:00
parent bc860413e9
commit 3c91611ffa

View file

@ -62,7 +62,7 @@ Add the following lines to the Gemfile, to the group `:development` ideally.
{% prism ruby %}
group :development do
gem 'capistrano-rails', github: 'capistrano/capistrano-rails', branch: 'v3'
gem 'capistrano-rails', '~> 0.0.7'
end
{% endprism %}