Update minimum required software versions (#11617)

This matches what we are using in the bundled image
This commit is contained in:
Rafael dos Santos Silva 2021-01-05 00:00:14 -03:00 committed by GitHub
parent 3a0ea9ef22
commit 4f72830eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
### Software Requirements
- [Postgres 10+](https://www.postgresql.org/download/)
- [Redis 2.6+](https://redis.io/download)
- [Ruby 2.5+](https://www.ruby-lang.org/en/downloads/) (we recommend 2.5.2 or higher)
- [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)
## Security