forked from McGill-NLP/mcgill-nlp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
22 lines (18 loc) · 681 Bytes
/
Gemfile
File metadata and controls
22 lines (18 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source "https://rubygems.org"
gem "webrick"
gem "github-pages", group: :jekyll_plugins
# If github-pages starts to fail, try to use the following line instead
# gem "github-pages", "231", group: :jekyll_plugins
# or painstakingly find the proper github-pages version that works with your setup (see ruby version in jekyll-deploy.yml)
# or wait for github to fix the issue in ~5 business days
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "jekyll-include-cache"
end