From af6442450a0aa7f804053a3b49939d1d5b91f59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:33:37 +0000 Subject: [PATCH] Bump the bundler group with 1 update Updates the requirements on [jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) to permit the latest version. Updates `jekyll-theme-chirpy` to 6.4.2 - [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/v6.2.2...v6.4.2) --- updated-dependencies: - dependency-name: jekyll-theme-chirpy dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 26c1b0c..535e725 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.2" +gem "jekyll-theme-chirpy", "~> 6.4" group :test do gem "html-proofer", "~> 4.4"