Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Updating Gemfile for GitHub Pages
Browse files Browse the repository at this point in the history
According to [this page](http://jekyllrb.com/docs/github-pages/), our gem file should look like this one to work.
  • Loading branch information
mbbroberg committed May 30, 2015
1 parent 01cc2c1 commit 9529caf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages'

require 'json'
require 'open-uri'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)

gem 'github-pages', versions['github-pages']

0 comments on commit 9529caf

Please sign in to comment.