# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'jekyll', ENV['JEKYLL_VERSION'] if ENV['JEKYLL_VERSION']
