From a8c6fdafefd9e3f2e02e8a9e8e97421623d6d669 Mon Sep 17 00:00:00 2001 From: Emilio Forrer Date: Sun, 22 Feb 2015 21:18:59 -0600 Subject: [PATCH] Fixing dependency error while activating asset_hash --- lib/middleman-deploy/commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleman-deploy/commands.rb b/lib/middleman-deploy/commands.rb index 549caab..7ae34fb 100644 --- a/lib/middleman-deploy/commands.rb +++ b/lib/middleman-deploy/commands.rb @@ -1,5 +1,5 @@ require 'middleman-core/cli' - +require 'middleman-core/rack' require 'middleman-deploy/pkg-info' require 'middleman-deploy/extension' require 'middleman-deploy/methods'