Skip to content

Instantly share code, notes, and snippets.

@s3itz
Created February 2, 2016 03:42
Show Gist options
  • Save s3itz/37e2afcc0646e22ea8c2 to your computer and use it in GitHub Desktop.
Save s3itz/37e2afcc0646e22ea8c2 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
require 'json'
require 'open-uri'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
gem 'github-pages', versions['github-pages']
gem 'rake'
gem 'rouge'
gem 'html-proofer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment