From 93d660534a0e7f2f7d4110443ac036964c0e8e68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 06:07:28 +0000 Subject: [PATCH] Update github-pages requirement from 177 to 217 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...v217) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6e2dd018ecd..35dcd1c36691 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", "217" gem 'wdm' if Gem.win_platform?