1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00

Merge pull request #719 from github/revertfaradayworkaround

Revert temporary faraday workaround
This commit is contained in:
Mike Linksvayer 2020-01-24 11:43:04 -08:00 committed by GitHub
commit 0721104642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ require 'json'
require 'open-uri'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
gem 'faraday', '< 1.0'
gem 'github-pages', versions['github-pages']
group :development do