-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathGemfile
26 lines (20 loc) · 882 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
# After modifying, run `bundle update`, then `bundle install`
# Then, star the sit with: `bundle exec jekyll serve --livereload --open-url``
source "https://rubygems.org"
gem "github-pages", "~> 228", group: :jekyll_plugins
group :jekyll_plugins do
gem 'jekyll-include-cache', "~> 0.2.1"
gem "jekyll-redirect-from", "~> 0.16.0"
gem "jekyll-seo-tag", "~> 2.8.0"
gem "jekyll-sitemap", "~> 1.4.0"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data
# gem and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
# this was required on a fresh install of Ruby on Windows (see https://github.com/jekyll/jekyll/issues/8523):
gem "webrick", "~> 1.8.1"
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]