From 90f19b1b741826e56c265d3778156856de68bc35 Mon Sep 17 00:00:00 2001 From: nanaya Date: Tue, 3 Sep 2024 18:56:05 +0900 Subject: [PATCH] Update docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 830b94df4..453242efc 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Requirements As this is ongoing project, there will be more changes on requirement as this project goes. Currently this application is developed using: -* Ruby (3.1 or later) -* PostgreSQL (14 or later) +* Ruby (3.3 or later) +* PostgreSQL (15 or later) * Bundler gem -* node.js (16.0 or later) +* node.js (20.0 or later) * ImageMagick * And various other requirement for the gems (check `Gemfile` for the list) @@ -31,8 +31,8 @@ On RHEL, it goes like this (untested): * nodejs * openssl-devel * pcre-devel -* postgresql14-devel -* postgresql14-server +* postgresql15-devel +* postgresql15-server Base, EPEL, dnf module, and postgresql official repositories contain all the requirements.