From 49a543ebdda7c668c2f9fa11dd9e47517f02f239 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 3 Oct 2014 11:08:43 +1000 Subject: [PATCH] remove 1.9.3 from docs --- docs/INSTALL.md | 2 +- docs/TROUBLESHOOTING-prod.md | 4 ++-- docs/TROUBLESHOOTING.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 38ecee925..0b6ea0437 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -22,7 +22,7 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re - [Postgres 9.1+](http://www.postgresql.org/download/) - [Redis 2.6+](http://redis.io/download) -- [Ruby 1.9.3+](http://www.ruby-lang.org/en/downloads/) (we recommend 2.0.0-p353 or higher) +- [Ruby 2.0+](http://www.ruby-lang.org/en/downloads/) (we recommend 2.0.0-p353 or higher) diff --git a/docs/TROUBLESHOOTING-prod.md b/docs/TROUBLESHOOTING-prod.md index 65a48f768..60dc9dce0 100644 --- a/docs/TROUBLESHOOTING-prod.md +++ b/docs/TROUBLESHOOTING-prod.md @@ -3,9 +3,9 @@ Are you having trouble setting up Discourse? Here are some basic things to check before reaching out to the community for help: -1. Are you running Ruby 1.9.3 or later? +1. Are you running Ruby 2.0 or later? - Discourse is designed for Ruby 1.9.3 or later. You can check your version by + Discourse is designed for Ruby 2.0 or later. You can check your version by typing `ruby -v` (as the discourse user) and checking the response for something like: diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index d5569104a..0be531145 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -4,9 +4,9 @@ Are you having trouble setting up Discourse? Here are some basic things to check reaching out to the community for help: -1. Are you running Ruby 1.9.3 or later? +1. Are you running Ruby 2.0 or later? - Discourse is designed for Ruby 1.9.3 or later. We recommend 2.0.0 p353 or later. You can check your version by typing + Discourse is designed for Ruby 2.0 or later. We recommend 2.0.0 p353 or later. You can check your version by typing `ruby -v` and checking the response.