From 113ce6e446933aa89d7c105d538623a4dced4003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:16:51 +0000 Subject: [PATCH] build(deps): update jekyll-theme-chirpy requirement from ~> 7.1.0 to ~> 7.2.2 Updates the requirements on [jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) to permit the latest version. - [Release notes](https://github.com/cotes2020/jekyll-theme-chirpy/releases) - [Changelog](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v7.1.0...v7.2.2) --- updated-dependencies: - dependency-name: jekyll-theme-chirpy 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 def9db0..c3b9c8d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 7.1.0" +gem "jekyll-theme-chirpy", "~> 7.2.2" group :test do gem "html-proofer", "~> 4.4"