From 435ba4d03dfa3abf844f6421f0da37545a99deb3 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 24 Feb 2023 12:51:34 -0300 Subject: [PATCH] DEV: Update recommended Ruby to 3.2.1 (#20444) --- .ruby-version.sample | 2 +- README.md | 2 +- docs/INSTALL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version.sample b/.ruby-version.sample index ff365e06b95..e4604e3afd0 100644 --- a/.ruby-version.sample +++ b/.ruby-version.sample @@ -1 +1 @@ -3.1.3 +3.2.1 diff --git a/README.md b/README.md index 2b914eab914..42452e4f87c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ffadf383e36..8d7fa4e9a53 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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.