Set the error mode to :strict

This commit is contained in:
Parker Moore 2014-10-29 15:04:35 -07:00
parent 5bf1596414
commit 70a331d854
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gemspec
gem "liquid", github: 'Shopify/liquid'
gem "liquid", github: 'Shopify/liquid', branch: '3-0-0-rc1'
if ENV['BENCHMARK']
gem 'rbtrace'

View File

@ -30,6 +30,7 @@ require 'kramdown'
require 'colorator'
SafeYAML::OPTIONS[:suppress_warnings] = true
Liquid::Template.error_mode = :strict
module Jekyll