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

source 'https://rubygems.org'
gemspec

if ENV['JEKYLL_VERSION']
  gem 'jekyll', "~> #{ENV['JEKYLL_VERSION']}"
end
