mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
try using the jekyllrb version hack
This commit is contained in:
parent
2fb71d284a
commit
67d1e8feaa
7
Gemfile
7
Gemfile
@ -1,7 +1,10 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'github-pages'
|
require 'json'
|
||||||
gem 'jekyll-seo-tag'
|
require 'open-uri'
|
||||||
|
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
||||||
|
|
||||||
|
gem 'github-pages', versions['github-pages']
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'colored'
|
gem 'colored'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user