gemfile: add json requirement.
[web.git] / Gemfile
1 source 'https://rubygems.org'
2
3 gem "json"
4 gem 'jekyll', '~> 3.1.0'
5 gem 'asciidoctor', '~> 1.5.0'
6 gem 'coderay', '~> 1.1.0'
7 gem 'rake-jekyll', '~> 1.1.0'
8
9 group :jekyll_plugins do
10 gem "jekyll-asciidoc", '~> 1.0.0'
11 gem 'jekyll-last-modified-at'
12 end