DEV: Update recommended Ruby to 3.2.1 (#20444)

This commit is contained in:
Rafael dos Santos Silva 2023-02-24 12:51:34 -03:00 committed by GitHub
parent 5a384e60ac
commit 435ba4d03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.1.3
3.2.1

View File

@ -30,7 +30,7 @@ To get your environment setup, follow the community setup guide for your operati
If you're familiar with how Rails works and are comfortable setting up your own environment, you can also try out the [**Discourse Advanced Developer Guide**](docs/DEVELOPER-ADVANCED.md), which is aimed primarily at Ubuntu and macOS environments.
Before you get started, ensure you have the following minimum versions: [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/), [PostgreSQL 13](https://www.postgresql.org/download/), [Redis 7](https://redis.io/download). If you're having trouble, please see our [**TROUBLESHOOTING GUIDE**](docs/TROUBLESHOOTING.md) first!
Before you get started, ensure you have the following minimum versions: [Ruby 3.2+](https://www.ruby-lang.org/en/downloads/), [PostgreSQL 13](https://www.postgresql.org/download/), [Redis 7](https://redis.io/download). If you're having trouble, please see our [**TROUBLESHOOTING GUIDE**](docs/TROUBLESHOOTING.md) first!
## Setting up Discourse

View File

@ -23,7 +23,7 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
- [Postgres 13](https://www.postgresql.org/download/)
- [Redis 7](https://redis.io/download)
- [Ruby 3.1+](https://www.ruby-lang.org/en/downloads/)
- [Ruby 3.2+](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.