From a374e4ba3a009f62d9f1bfd5f5a22435f3df76bd Mon Sep 17 00:00:00 2001 From: zisk Date: Fri, 17 Jan 2020 08:46:42 -0500 Subject: [PATCH 1/2] Update link to .NET Core license file It appears the .NET Core repos were consolidated at some point so the current link is no longer valid. More info: https://github.com/dotnet/announcements/issues/119 --- _licenses/mit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_licenses/mit.txt b/_licenses/mit.txt index 2fd72e4..7aa6087 100644 --- a/_licenses/mit.txt +++ b/_licenses/mit.txt @@ -10,7 +10,7 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of using: - Babel: https://github.com/babel/babel/blob/master/LICENSE - - .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE.TXT + - .NET Core: https://github.com/dotnet/runtime/blob/master/LICENSE.TXT - Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE permissions: From fd32f9f07812244383b624100e9f1d7540324e29 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 17 Jan 2020 09:50:41 -0800 Subject: [PATCH 2/2] temporary workaround for https://github.com/github/pages-gem/issues/665 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index afe5a46..034c4a0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ 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