From d176fa51380b774463986841100ab4d80aa30da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:44:14 +0000 Subject: [PATCH] chore(deps): update jekyll-theme-chirpy requirement from ~> 7.5.0 to ~> 7.6.0 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.5.0...v7.6.0) --- updated-dependencies: - dependency-name: jekyll-theme-chirpy dependency-version: 7.6.0 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 9f1b6aa..ff75d36 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 7.5.0" +gem "jekyll-theme-chirpy", "~> 7.6.0" gem "html-proofer", "~> 5.0", group: :test