From eae532714bae12ed0112db419e020ca42c3cb576 Mon Sep 17 00:00:00 2001 From: Esteban Bermudez Aguirre <85471657+Esteban-Bermudez@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:09:18 -0800 Subject: [PATCH] Include Redis to local development requirements (#312) This shows to a developer that Redis is needed for local development. The application will fail to run on `bin/dev` if Redis is not running and will give a proper error message, however we should include this to make it explicitly clear. Co-authored-by: esteban_ba --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3043f69..48654668d 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ The instructions below are for developers to get started with contributing to th - See `.ruby-version` file for required Ruby version - PostgreSQL >9.3 (latest stable version recommended) +- Redis > 5.4 (latest stable version recommended) ### Getting Started ```sh