2022-08-26 22:47:54 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
|
|
|
|
gem "jekyll", "~> 4.0"
|
|
|
|
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
|
2022-08-28 19:40:46 +00:00
|
|
|
gem 'jekyll-timeago'
|
2022-08-26 22:47:54 +00:00
|
|
|
gem "webrick", "~> 1.7"
|
|
|
|
gem "nokogiri"
|