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

fix stated Ruby version dependency

This commit is contained in:
Thomas Kriechbaumer 2015-01-21 11:14:35 +00:00
parent 311bbc5bbf
commit dc24096bb8

View file

@ -3,7 +3,7 @@ title: Installation
layout: default
---
Capistrano is bundled as a Ruby Gem. **It requires Ruby 1.9 or newer.**
Capistrano is bundled as a Ruby Gem. **It requires Ruby 1.9.3 or newer.**
Capistrano can be installed as a standalone Gem, or bundled into your
application.