Skip to content

Instantly share code, notes, and snippets.

@domoritz
Created March 4, 2016 00:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domoritz/9ef4c8c99f0afb111883 to your computer and use it in GitHub Desktop.
Save domoritz/9ef4c8c99f0afb111883 to your computer and use it in GitHub Desktop.
Gemfile for github pages
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']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment