From 01b16da300edf4ce553b877f40375970a22a1a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:24:12 +0000 Subject: [PATCH] Update jekyll requirement from = 3.9.3 to = 4.4.1 Updates the requirements on [jekyll](https://github.com/jekyll/jekyll) to permit the latest version. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v3.9.3...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-version: 4.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- minimal-mistakes-jekyll.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-mistakes-jekyll.gemspec b/minimal-mistakes-jekyll.gemspec index 7c7a365..d7ee357 100644 --- a/minimal-mistakes-jekyll.gemspec +++ b/minimal-mistakes-jekyll.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i) end - spec.add_runtime_dependency "jekyll", "3.9.3" + spec.add_runtime_dependency "jekyll", "4.4.1" spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3" spec.add_runtime_dependency "jekyll-gist", "~> 1.5"