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:
commit
bc68f3ac30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue