From 958de54ccad1eae6afd12fab8e890857f56b3d2b Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 12 Feb 2015 09:33:51 +0000 Subject: Updated to require JSON --- lib/custodian/alerts/redis-state.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/custodian/alerts/redis-state.rb b/lib/custodian/alerts/redis-state.rb index e77d53a..cf52620 100644 --- a/lib/custodian/alerts/redis-state.rb +++ b/lib/custodian/alerts/redis-state.rb @@ -34,6 +34,7 @@ module Custodian begin require 'rubygems' require 'redis' + require 'json' @redis = Redis.new(:host => @target ) -- cgit v1.2.1