Files
jekyll-build-pages/Gemfile
T

15 lines
493 B
Ruby
Raw Normal View History

2021-12-14 11:25:38 -05:00
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# Manage our dependency on the version of the github-pages gem here.
2024-08-06 15:48:30 -07:00
gem "github-pages", "= 232"
2021-12-14 11:25:38 -05:00
# Explicitly include this gem here.
# It is not directly included in the github-pages gem list of dependencies,
# even though it is included in the original GitHub Pages build infrastructure.
gem "jekyll-include-cache", "= 0.2.1"
2021-12-17 17:50:35 -05:00
gem "jekyll-octicons", "~> 14.2"