source "https://rubygems.org" # Run Jekyll with `bundle exec`, like so: # bundle exec jekyll serve gem "jekyll", "3.8.5" gem "nokogiri" group :jekyll_plugins do gem 'jekyll-asciidoc', "~> 2.1.1" gem "jekyll-toc", "~> 0.11.0" end