about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-06-17 05:09:58 +0900
committerGitHub <noreply@github.com>2022-06-16 22:09:58 +0200
commit4e26fb0ea945212609eb03245b2d615f2782b435 (patch)
treeeb04672f25025c9506cdc1c177636f6d4568b463 /README.md
parente789b8d4c13bae4cbc7e156b073b4e46accd8b34 (diff)
Drop support for Ruby v2.5 and Node.js v12 (#18323)
* Drop support for Ruby v2.5 and Node.js v12

* Update package.json
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 d47bb7ab4..5019bd097 100644
--- a/README.md
+++ b/README.md
@@ -72,8 +72,8 @@ Mastodon acts as an OAuth2 provider, so 3rd party apps can use the REST and Stre
 
 - **PostgreSQL** 9.5+
 - **Redis** 4+
-- **Ruby** 2.5+
-- **Node.js** 12+
+- **Ruby** 2.6+
+- **Node.js** 14+
 
 The repository includes deployment configurations for **Docker and docker-compose** as well as specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. The [**standalone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation.