2020-05-19 22:59:37 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
|
|
|
|
gem "jekyll", "~> 4.0"
|
2020-12-07 20:52:55 -05:00
|
|
|
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
|
2020-12-30 13:42:02 -05:00
|
|
|
gem "webrick", "~> 1.7"
|
2021-03-02 20:16:12 -05:00
|
|
|
gem "nokogiri"
|