about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2020-03-21 10:10:24 +0800
committerGitHub <noreply@github.com>2020-03-21 03:10:24 +0100
commitb5dace62b0b65f8b24a9266f96f945d65bda30c9 (patch)
tree4109c96f3f9fd5042d9a775e0128bad480c3793e /README.md
parent61f35c1a8a7c6544fe82b733e40267f4b28a3264 (diff)
Decommission support for Ruby 2.4 (#13287)
* Update Gemfile

* Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7db66abfa..9ef4acb17 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,8 @@ Mastodon acts as an OAuth2 provider so 3rd party apps can use the REST and Strea
 **Requirements:**
 
 - **PostgreSQL** 9.5+
-- **Redis**
-- **Ruby** 2.4+
+- **Redis** 4+
+- **Ruby** 2.5+
 - **Node.js** 10.13+
 
 The repository includes deployment configurations for **Docker and docker-compose**, but also a few specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. The [**stand-alone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.