From faf63114a96cb9f351ffd6b29d7169dc8a048e47 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 14 Mar 2016 17:40:30 -0700 Subject: [PATCH] update redis dependency b1e0da starts using the redis ROLE command which is available in redis-server 2.8.12 and later. --- docs/DEVELOPER-ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 4288d3fdd48..c8e893345a9 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -9,7 +9,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i 1. Install and configure PostgreSQL 9.3+. 1. Run `postgres -V` to see if you already have it. 1. Make sure that the server's messages language is English; this is [required](https://github.com/rails/rails/blob/3006c59bc7a50c925f6b744447f1d94533a64241/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L1140) by the ActiveRecord Postgres adapter. -2. Install and configure Redis 2+. +2. Install and configure Redis 2.8.12+. 1. Run `redis-server -v` to see if you already have it. 3. Install ImageMagick 4. Install libxml2, libpq-dev, g++, gifsicle, libjpeg-progs and make.