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 | 1c87277e5210044abad8cea39423a4677e237680 (patch) | |
tree | bfc83267b6674ce7d087e16908d2036bcc514b1b /lib/custodian | |
parent | 0c2f5ed6a0595bb5a53b2d1670effa299eb687bb (diff) |
Updated to require JSON
Diffstat (limited to 'lib/custodian')
-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 ) |