mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 08:34:17 -06:00
DEV: Update recommended Ruby to 3.2.1 (#20444)
This commit is contained in:
parent
5a384e60ac
commit
435ba4d03d
@ -1 +1 @@
|
|||||||
3.1.3
|
3.2.1
|
||||||
|
@ -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.
|
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
|
## Setting up Discourse
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
|
|||||||
|
|
||||||
- [Postgres 13](https://www.postgresql.org/download/)
|
- [Postgres 13](https://www.postgresql.org/download/)
|
||||||
- [Redis 7](https://redis.io/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
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user