diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-12 09:33:51 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-12 09:33:51 +0000 |
commit | 958de54ccad1eae6afd12fab8e890857f56b3d2b (patch) | |
tree | b419196ec9d86a31afa4401c07e242b3a503a78b | |
parent | 4d6fb630d4b4e29134b45d036dd49124d9091213 (diff) |
Updated to require JSON
-rw-r--r-- | lib/custodian/alerts/redis-state.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |