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

Update the README

Add "Ruby >= 1.8.7" as a dependency.
This commit is contained in:
Roy Liu 2012-08-13 18:44:45 -04:00
parent 8b3a188f1c
commit bc577dfb7c

View file

@ -26,6 +26,7 @@ of tasks designed for deploying Rails applications.
* [Net::SCP](http://net-ssh.rubyforge.org)
* [Net::SSH::Gateway](http://net-ssh.rubyforge.org)
* [HighLine](http://highline.rubyforge.org)
* [Ruby](http://www.ruby-lang.org/en/) ≥ 1.8.7
If you want to run the tests, you'll also need to install the dependencies with
Bundler, see the `Gemfile` within .