Bump Minimum version to 2.4 and bump Rubocop

This commit is contained in:
Mike Angell
2019-08-28 00:31:44 +10:00
parent 831355dfbd
commit b16b109a80
7 changed files with 137 additions and 58 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if env_mode = ENV['LIQUID_PARSER_MODE']
end
Liquid::Template.error_mode = mode
if ENV['LIQUID-C'] == '1'
if ENV['LIQUID_C'] == '1'
puts "-- LIQUID C"
require 'liquid/c'
end