mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
temporary workaround for https://github.com/github/pages-gem/issues/665
This commit is contained in:
parent
a374e4ba3a
commit
fd32f9f078
1
Gemfile
1
Gemfile
@ -6,6 +6,7 @@ require 'json'
|
|||||||
require 'open-uri'
|
require 'open-uri'
|
||||||
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
||||||
|
|
||||||
|
gem 'faraday', '< 1.0'
|
||||||
gem 'github-pages', versions['github-pages']
|
gem 'github-pages', versions['github-pages']
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user