summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 87f0b7f02ad112db22abeba0b2f62c95cdcaff72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source "https://rubygems.org"

gem "jekyll"
gem "texture"

group :jekyll_plugins do
  gem "jekyll-feed"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
  gem "tzinfo"
  gem "tzinfo-data"
end

gem "kramdown-parser-gfm"

gem "webrick"

gem "json"