generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
30 lines (26 loc) · 784 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
29
30
source "https://rubygems.org"
# jekyll
gem "jekyll", "~> 4.3"
gem "webrick", "~> 1.7"
# plugins
group :jekyll_plugins do
gem "jekyll-redirect-from"
gem "jekyll-spaceship"
gem "jekyll-last-modified-at"
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: "[email protected]:eventmachine/eventmachine", tag: "v1.2.7" if Gem.win_platform? # https://github.com/oneclick/rubyinstaller2/issues/96