# frozen_string_literal: true source "https://rubygems.org" gem "jekyll", "~> 4.3" # TODO: These are jekyll dependencies from the stdlib that will be provided by # gems in future versions. I include them here to prevent warnings when # we serve or build! Once jekyll adds these deps, *we* can remove them. gem "base64", "~> 0.2.0" gem "csv", "~> 3.3" gem "logger", "~> 1.6" gem "ostruct", "~> 0.6.0"