Skip to content

Commit

Permalink
Gemfile added
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanvirajith committed Jan 14, 2015
1 parent 98541b7 commit 2f94949
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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'

0 comments on commit 2f94949

Please sign in to comment.