Remove active_support from the development dependancies.

This commit is contained in:
Dylan Thacker-Smith
2014-04-11 14:26:40 -04:00
parent c098235baa
commit f5502e8152
5 changed files with 4 additions and 12 deletions

View File

@@ -6,11 +6,6 @@
# Shopify which is likely the biggest user of liquid in the world which something to the tune of several
# million Template#render calls a day.
require 'rubygems'
require 'active_support'
require 'active_support/json'
require 'yaml'
require 'digest/md5'
require File.dirname(__FILE__) + '/shopify/liquid'
require File.dirname(__FILE__) + '/shopify/database.rb'
@@ -81,6 +76,3 @@ class ThemeRunner
end
end
end