Skip to content

Commit c2dcbef

Browse files
Bump jekyll from 4.3.4 to 4.4.1 (#162)
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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c415f3d commit c2dcbef

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.4"
10+
gem "jekyll", "~> 4.4.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

+13-7
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
bigdecimal (3.1.9)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.4)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.2)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
@@ -20,19 +22,22 @@ GEM
2022
bigdecimal
2123
rake (>= 13)
2224
http_parser.rb (0.8.0)
23-
i18n (1.14.6)
25+
i18n (1.14.7)
2426
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.4)
27+
jekyll (4.4.1)
2628
addressable (~> 2.4)
29+
base64 (~> 0.2)
2730
colorator (~> 1.0)
31+
csv (~> 3.0)
2832
em-websocket (~> 0.5)
2933
i18n (~> 1.0)
3034
jekyll-sass-converter (>= 2.0, < 4.0)
3135
jekyll-watch (~> 2.0)
36+
json (~> 2.6)
3237
kramdown (~> 2.3, >= 2.3.1)
3338
kramdown-parser-gfm (~> 1.0)
3439
liquid (~> 4.0)
35-
mercenary (>= 0.3.6, < 0.5)
40+
mercenary (~> 0.3, >= 0.3.6)
3641
pathutil (~> 0.9)
3742
rouge (>= 3.0, < 5.0)
3843
safe_yaml (~> 1.0)
@@ -53,6 +58,7 @@ GEM
5358
jekyll (>= 3.8, < 5.0)
5459
jekyll-watch (2.2.1)
5560
listen (~> 3.0)
61+
json (2.9.1)
5662
just-the-docs (0.10.1)
5763
jekyll (>= 3.8.5)
5864
jekyll-include-cache
@@ -82,10 +88,10 @@ GEM
8288
rouge (4.5.1)
8389
rubyzip (2.3.2)
8490
safe_yaml (1.0.5)
85-
sass-embedded (1.83.1)
91+
sass-embedded (1.83.4)
8692
google-protobuf (~> 4.29)
8793
rake (>= 13)
88-
sass-embedded (1.83.1-x86_64-linux-gnu)
94+
sass-embedded (1.83.4-x86_64-linux-gnu)
8995
google-protobuf (~> 4.29)
9096
terminal-table (3.0.2)
9197
unicode-display_width (>= 1.1.1, < 3)
@@ -97,7 +103,7 @@ PLATFORMS
97103
x86_64-linux
98104

99105
DEPENDENCIES
100-
jekyll (~> 4.3.4)
106+
jekyll (~> 4.4.1)
101107
jekyll-feed (~> 0.17)
102108
jekyll-remote-theme
103109
just-the-docs

0 commit comments

Comments
 (0)