diff options
author | Azul <azul@leap.se> | 2012-11-19 14:29:45 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-19 14:29:45 +0100 |
commit | 5a5e73f2fefa8e1a06f18063a6d644a6d1c2a869 (patch) | |
tree | 2f3628821d8c127a5388886a68107db192549c60 /INSTALL.md | |
parent | 172317b35d9c7ae26a6bf4836feace7b509644a6 (diff) |
made it clear ruby 1.8.7 and 1.9.3 both work - fixes #952
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,11 +6,11 @@ The webapp only depends on very basic ruby packages and installs the other requi ### Packages ### -For now we are using ruby 1.8.7. The following packages need to be installed: +The following packages need to be installed: * git -* ruby1.8 -* rubygems1.8 +* ruby (1.8.7 and 1.9.3 work) +* rubygems * couchdb ### Gems ### |