Set the error mode to :strict
This commit is contained in:
parent
5bf1596414
commit
70a331d854
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -30,6 +30,7 @@ require 'kramdown'
|
|||
require 'colorator'
|
||||
|
||||
SafeYAML::OPTIONS[:suppress_warnings] = true
|
||||
Liquid::Template.error_mode = :strict
|
||||
|
||||
module Jekyll
|
||||
|
||||
|
|
Loading…
Reference in New Issue