-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
23 lines (21 loc) · 674 Bytes
/
Gemfile
File metadata and controls
23 lines (21 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
source "https://rubygems.org"
# -----------------------------------------------------------
# Remove github-pages for local builds and, instead, directly
# reference the required gems. GitHub Pages builds in its own
# environment using its own plugin set.
# -----------------------------------------------------------
# gem "github-pages", group: :jekyll_plugins
gem "jekyll", "~> 3.9"
gem "jekyll-seo-tag"
gem "jekyll-feed"
gem "jekyll-sitemap"
gem "jekyll-theme-minimal"
gem "kramdown-parser-gfm"
# -----------------------------------------------------------
gem "jekyll-remote-theme"
gem "csv"
gem "base64"
gem "bigdecimal"
gem "rexml"
gem "logger"
gem "faraday-retry"