blob: 4160c3d291486e943a39bc24721d1682393ff99b [file] [log] [blame]
source 'https://rubygems.org'
# Use the version of github-pages used by the actual GitHub Pages
# As suggested in http://jekyllrb.com/docs/github-pages/#deploying-jekyll-to-github-pages
require 'json'
require 'open-uri'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
gem 'github-pages', versions['github-pages']
gem "yaml-lint", "~> 0.0.9"
gem "terminal-table", "~> 1.4"