From e3f3a558c9c0f5ad037cdab8c30c0b8dd0220ec8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 06:05:42 +0000 Subject: [PATCH] Update github-pages requirement from 177 to 216 Updates the requirements on [github-pages](https://github.com/github/pages-gem) to permit the latest version. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v177...v216) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6e2dd018ecd..fd8151d7677b 100644 --- a/Gemfile +++ b/Gemfile @@ -39,5 +39,5 @@ source "https://rubygems.org" # live site deploy, which uses the Dockerfiles found in the publish-tools # branch. -gem "github-pages", "177" +gem "github-pages", "216" gem 'wdm' if Gem.win_platform?