# Frozen-string-literal: true
# Copyright: 2017 - 2020 - ISC License
# Author: Jordon Bedwell
# Encoding: utf-8

source 'https://rubygems.org'
gemspec

if ENV.key?('LIQUID_VERSION')
  gem 'liquid', ENV['LIQUID_VERSION']
end
