Skip to content

Commit a9c1c10

Browse files
committed
new github style gemfile
1 parent 2013b6f commit a9c1c10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
3+
require 'json'
4+
require 'open-uri'
5+
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
6+
7+
gem 'github-pages', versions['github-pages']

0 commit comments

Comments
 (0)