From 430382902801dc49e901d28d66763dc71c7867c0 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 17 Jan 2024 16:28:04 +0000 Subject: [PATCH] Update minimum PostgreSQL version to 13 in documentatation Refs #4405 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ec219b504a..2c80395aae 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,7 @@ of packages required before you can get the various gems installed. ## Minimum requirements * Ruby 3.0+ -* PostgreSQL 12+ +* PostgreSQL 13+ * Bundler (see note below about [developer Ruby setup](#rbenv)) * Javascript Runtime