Skip to content

Commit 53dd39a

Browse files
deps(deps): bump jekyll from 4.3.4 to 4.4.1
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.4 to 4.4.1. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.4...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5601622 commit 53dd39a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
ruby ">= 3.3.0"
55

66
# Jekyll
7-
gem "jekyll", "~> 4.3.4"
7+
gem "jekyll", "~> 4.4.1"
88

99
# Jekyll plugins
1010
gem "jekyll-feed", "~> 0.17"

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,20 @@ GEM
2828
http_parser.rb (0.8.0)
2929
i18n (1.14.7)
3030
concurrent-ruby (~> 1.0)
31-
jekyll (4.3.4)
31+
jekyll (4.4.1)
3232
addressable (~> 2.4)
33+
base64 (~> 0.2)
3334
colorator (~> 1.0)
35+
csv (~> 3.0)
3436
em-websocket (~> 0.5)
3537
i18n (~> 1.0)
3638
jekyll-sass-converter (>= 2.0, < 4.0)
3739
jekyll-watch (~> 2.0)
40+
json (~> 2.6)
3841
kramdown (~> 2.3, >= 2.3.1)
3942
kramdown-parser-gfm (~> 1.0)
4043
liquid (~> 4.0)
41-
mercenary (>= 0.3.6, < 0.5)
44+
mercenary (~> 0.3, >= 0.3.6)
4245
pathutil (~> 0.9)
4346
rouge (>= 3.0, < 5.0)
4447
safe_yaml (~> 1.0)
@@ -56,6 +59,7 @@ GEM
5659
jekyll (>= 3.7, < 5.0)
5760
jekyll-watch (2.2.1)
5861
listen (~> 3.0)
62+
json (2.15.0)
5963
kramdown (2.5.1)
6064
rexml (>= 3.3.9)
6165
kramdown-parser-gfm (1.1.0)
@@ -98,7 +102,7 @@ DEPENDENCIES
98102
base64 (~> 0.2)
99103
bundler (~> 2.5)
100104
csv (~> 3.3)
101-
jekyll (~> 4.3.4)
105+
jekyll (~> 4.4.1)
102106
jekyll-feed (~> 0.17)
103107
jekyll-paginate-v2 (~> 3.0)
104108
jekyll-polyglot (~> 1.8)

0 commit comments

Comments
 (0)