diff --git a/lib/zhong/util.rb b/lib/zhong/util.rb index f29832a..b1ad5ce 100644 --- a/lib/zhong/util.rb +++ b/lib/zhong/util.rb @@ -1,3 +1,5 @@ +require "digest" + module Zhong module Util def safe_mget(keys) diff --git a/lib/zhong/web_helpers.rb b/lib/zhong/web_helpers.rb index 7a0027e..f18b4a0 100644 --- a/lib/zhong/web_helpers.rb +++ b/lib/zhong/web_helpers.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true require "uri" -require "digest" module Zhong # Most of the following helpers are copied from a previous version of the Sidekiq project