# To build the spec on Travis CI
source "https://rubygems.org"

gem "jekyll", "3.9.3"
gem "rouge"
gem "redcarpet", "3.6.0"

# we use redcarpet not kramdown, but current jekyll complains
# if this isn't present?!
gem 'kramdown-parser-gfm'
