# Frozen-string-literal: true
# Copyright: 2017 Jordon Bedwell - MIT License
# Encoding: utf-8

source "https://rubygems.org"
gemspec

if ENV["LIQUID_VERSION"]
  gem "liquid", ENV["LIQUID_VERSION"]
end
