Create a Gemfile

This commit is contained in:
2026-08-08 18:38:35 -04:00
parent 250b806a2b
commit e5d94e37a6
2 changed files with 236 additions and 0 deletions

10
Gemfile Normal file
View File

@@ -0,0 +1,10 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.4"
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
gem "webrick", "~> 1.9"
gem "nokogiri"