From 2c56d295f782d22755c044156dc3b31e6b22a7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:25:11 +0000 Subject: [PATCH] Update github-pages requirement from 228 to 232 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/v228...v232) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5f677f..d60889f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" gem "webrick", "~> 1.7" -gem 'github-pages', '228' \ No newline at end of file +gem 'github-pages', '232' \ No newline at end of file