-
Notifications
You must be signed in to change notification settings - Fork 45
/
Gemfile
32 lines (26 loc) · 1.52 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
source 'https://rubygems.org'
# This Jekyll version may not be what GitHub Pages supports.
# If you must ensure the same build behaviour as GitHub pages,
# change this to match what it supports: https://pages.github.com/versions/
# or use the github-pages gem below. To control your own Jekyll version,
# uncomment the following line and comment out the github-pages gem below.
# gem 'jekyll', '~>4.2'
# GitHub Pages recommends using the github-pages gem to ensure
# that your site will build exactly as it will on GitHub Pages.
# This gem includes the current version of Jekyll used on GitHub Pages,
# along with the gems listed here:
# https://github.com/github/pages-gem/blob/master/lib/github-pages/dependencies.rb
# If you prefer to control your version of Jekyll (recommended if you
# are not relying on GitHub Pages), then comment out the following line
# and uncomment the Jekyll version above.
gem 'github-pages', group: :jekyll_plugins
# This is highly recommended if your team uses Windows.
# If you don't, then comment it out to avoid Gemfile.lock inconsistencies.
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
# Windows does not include zoneinfo files, so if you are on Windows,
# this will include the tzinfo-data gem that you need.
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# This includes the kramdown parser, required for Jekyll 3.9.
# see https://jekyllrb.com/news/2020/08/05/jekyll-3-9-0-released/
gem "kramdown-parser-gfm"
# For what ~> means, see https://robots.thoughtbot.com/rubys-pessimistic-operator