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:
parent
bc860413e9
commit
3c91611ffa
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue