Created
February 2, 2016 03:42
-
-
Save s3itz/37e2afcc0646e22ea8c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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