From d3790fd108241f0ce980184c28a1ca09cd2132b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:38:16 +0000 Subject: [PATCH] chore(deps): update dependency jekyll-octicons to v19 --- jekyll-build-json/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-build-json/Gemfile b/jekyll-build-json/Gemfile index 26e7462..d10690f 100644 --- a/jekyll-build-json/Gemfile +++ b/jekyll-build-json/Gemfile @@ -10,7 +10,7 @@ gem "github-pages", "= 232" # It is not directly included in the github-pages gem list of dependencies, # even though it is included in the original GitHub Pages build infrastructure. gem "jekyll-include-cache", "= 0.2.1" -gem "jekyll-octicons", "~> 14.2" +gem "jekyll-octicons", "~> 19.0" gem "minima", "~> 2.0" # Work-around for webrick no longer included in Ruby 3.0 (https://github.com/jekyll/jekyll/issues/8523)