forked from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
27 lines (23 loc) · 705 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
source "https://rubygems.org"
# jekyll
gem "jekyll"
# 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: '[email protected]:eventmachine/eventmachine', tag: 'v1.2.7' if Gem.win_platform? # https://github.com/oneclick/rubyinstaller2/issues/96