From 46b51cfeb1820fe49650f8b307ab413f9c606cb3 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Tue, 31 Jan 2023 13:17:41 +0500 Subject: [PATCH 1/2] Bump jekyll to v3.9.3 https://github.com/jekyll/jekyll/pull/9282 --- lib/github-pages/dependencies.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github-pages/dependencies.rb b/lib/github-pages/dependencies.rb index 73e76717..6fe91a45 100644 --- a/lib/github-pages/dependencies.rb +++ b/lib/github-pages/dependencies.rb @@ -7,7 +7,7 @@ module GitHubPages class Dependencies VERSIONS = { # Jekyll - "jekyll" => "3.9.2", + "jekyll" => "3.9.3", "jekyll-sass-converter" => "1.5.2", # Converters From 9e968a7fe8e400b2435b298544c3150f40011886 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Tue, 31 Jan 2023 13:20:13 +0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20=F0=9F=92=8E=20to=20v228?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/github-pages/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github-pages/version.rb b/lib/github-pages/version.rb index 32a8ad38..a38e8a6b 100644 --- a/lib/github-pages/version.rb +++ b/lib/github-pages/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GitHubPages - VERSION = 227 + VERSION = 228 end