mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
remove ruby-debug
This commit is contained in:
@@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'test/unit/assertions'
|
require 'test/unit/assertions'
|
||||||
begin
|
|
||||||
require 'ruby-debug'
|
|
||||||
rescue LoadError
|
|
||||||
puts "Couldn't load ruby-debug. gem install ruby-debug if you need it."
|
|
||||||
end
|
|
||||||
|
|
||||||
$:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib'))
|
$:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib'))
|
||||||
require 'liquid.rb'
|
require 'liquid.rb'
|
||||||
|
|||||||
Reference in New Issue
Block a user