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

Merge pull request #1580 from mattbrictson/no-jruby

Remove JRuby from the README
This commit is contained in:
Lee Hambley 2016-03-10 15:28:05 +01:00
commit bc68f3ac30

View file

@ -90,7 +90,7 @@ Capistrano is designed to deploy using a single, non-privileged SSH user, using
### Requirements
* Ruby version 2.0 or higher on your local machine (MRI, JRuby, or Rubinius)
* Ruby version 2.0 or higher on your local machine (MRI or Rubinius)
* A project that uses source control (Git, Mercurial, and Subversion support is built-in)
* The SCM binaries (e.g. `git`, `hg`) needed to check out your project must be installed on the server(s) you are deploying to
* [Bundler](http://bundler.io), along with a Gemfile for your project, are recommended