From c5d51de457eb6135481b1e4201f123e1fb3c56f0 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 4 Oct 2012 16:50:30 -0400 Subject: [PATCH] bring along bundler --- lib/sprockets/assistant/cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sprockets/assistant/cli.rb b/lib/sprockets/assistant/cli.rb index 2e67f7a..e0687d8 100644 --- a/lib/sprockets/assistant/cli.rb +++ b/lib/sprockets/assistant/cli.rb @@ -1,5 +1,6 @@ require 'rack' require 'thor' +require 'bundler' module Sprockets module Assistant