# frozen_string_literal: true

source "https://rubygems.org"
gemspec

gem "github-pages" if ENV["GH_PAGES"]
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
