Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
jekyll-build-pages/Gemfile
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (10 sloc)
493 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
gem "github-pages", "= 228" | |
# 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" | |
gem "jekyll-octicons", "~> 14.2" |