summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 344ee62dbd89fdbafa29ea40918c396e5b052262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"