From 0691041d373521fe78c0732c9a67127066ed4d75 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Tue, 13 Aug 2024 12:50:26 -0400 Subject: [PATCH] Update required Ruby version for development in README Signed-off-by: Zach Gollwitzer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeda3254..d6dd1082 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The instructions below are for developers to get started with contributing to th ### Requirements -- Ruby 3.3.1 +- Ruby 3.3.4 - PostgreSQL >9.3 (ideally, latest stable version) After cloning the repo, the basic setup commands are: