DEV: Update README to reflect that at least Ruby 3.1 is required (#19855)

Minimum Ruby version required was bumped in ab9ea509170c07569c007bd8bd6a24bd03a33434
This commit is contained in:
Alan Guo Xiang Tan
2023-01-13 07:03:48 +08:00
committed by GitHub
parent 5db72f8daf
commit 8a1b50f62d
2 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,10 @@
> :bell: The only officially supported installs of Discourse are [Docker](https://www.docker.io/) based. You must have SSH access to a 64-bit Linux server **with Docker support**. We regret that we cannot support any other methods of installation including cpanel, plesk, webmin, etc.
Simple 30 minute basic install:
Simple 30 minute basic install:
[**Beginner Docker install guide**][basic]
Powerful, flexible, large / multiple server install:
Powerful, flexible, large / multiple server install:
[**Advanced Docker install guide**][advanced]
### Why do you only officially support Docker?
@ -23,8 +23,7 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
- [Postgres 13+](https://www.postgresql.org/download/)
- [Redis 6+](https://redis.io/download)
- [Ruby 2.7](https://www.ruby-lang.org/en/downloads/) (we recommend 2.7.2)
- [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/)
## Security
We take security very seriously at Discourse, and all our code is 100% open source and peer reviewed. Please read [our security guide](https://github.com/discourse/discourse/blob/main/docs/SECURITY.md) for an overview of security measures in Discourse.