summaryrefslogtreecommitdiff
path: root/lib/custodian
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-22 16:37:43 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-22 16:37:43 +0000
commitc7f1aaf980f109abcbd422b5c7b4428e5e127afb (patch)
treee2cb20610709d4c880cf041c7766ae6a12778b5c /lib/custodian
parent9cd645ce993c9ca1534801c759f1ec7b283b0fbe (diff)
Removed json library - we don't need/use it.
Diffstat (limited to 'lib/custodian')
-rw-r--r--lib/custodian/worker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb
index 49a298d..c8ea67b 100644
--- a/lib/custodian/worker.rb
+++ b/lib/custodian/worker.rb
@@ -4,7 +4,6 @@
# Standard modules
#
require 'beanstalk-client'
-require 'json'
require 'logger'