From 5f57cee6d32eeac581d3902e9feec859d62416fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:22:16 +0000 Subject: [PATCH] Update github-pages requirement from 177 to 215 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...v215) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6e2dd018ecd..b1dd0d6b3106 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", "215" gem 'wdm' if Gem.win_platform?