forked from tis-lab/tislab.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
29 lines (24 loc) · 730 Bytes
/
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
source "https://rubygems.org"
# jekyll
gem "jekyll"
gem "webrick", "~> 1.7"
# plugins
group :jekyll_plugins do
gem "jekyll-redirect-from"
gem "jekyll-feed"
gem "jekyll-sitemap"
# other potentially useful plugins
# gem "jekyll-github-metadata"
# gem "jekyll-avatar"
# gem "jekyll-gist"
# gem "jekyll-mentions"
# gem "jekyll-relative-links"
# gem "jemoji"
end
# Windows stuff
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "eventmachine", "1.2.7", git: "git@github.com:eventmachine/eventmachine", tag: "v1.2.7" if Gem.win_platform? # https://github.com/oneclick/rubyinstaller2/issues/96