Skip to content

Commit 66185a4

Browse files
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 21ae724 commit 66185a4

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.4"
3+
gem "jekyll", "~> 4.4.1"
44
gem "just-the-docs", "~> 0.10.1"
55
gem "git", "~> 2.3.1"
66

Gemfile.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ GEM
2121
colorator (1.1.0)
2222
concurrent-ruby (1.3.5)
2323
connection_pool (2.5.3)
24+
csv (3.3.5)
2425
drb (2.2.3)
2526
em-websocket (0.5.3)
2627
eventmachine (>= 0.12.9)
@@ -43,17 +44,20 @@ GEM
4344
http_parser.rb (0.8.0)
4445
i18n (1.14.7)
4546
concurrent-ruby (~> 1.0)
46-
jekyll (4.3.4)
47+
jekyll (4.4.1)
4748
addressable (~> 2.4)
49+
base64 (~> 0.2)
4850
colorator (~> 1.0)
51+
csv (~> 3.0)
4952
em-websocket (~> 0.5)
5053
i18n (~> 1.0)
5154
jekyll-sass-converter (>= 2.0, < 4.0)
5255
jekyll-watch (~> 2.0)
56+
json (~> 2.6)
5357
kramdown (~> 2.3, >= 2.3.1)
5458
kramdown-parser-gfm (~> 1.0)
5559
liquid (~> 4.0)
56-
mercenary (>= 0.3.6, < 0.5)
60+
mercenary (~> 0.3, >= 0.3.6)
5761
pathutil (~> 0.9)
5862
rouge (>= 3.0, < 5.0)
5963
safe_yaml (~> 1.0)
@@ -67,6 +71,7 @@ GEM
6771
jekyll (>= 3.8, < 5.0)
6872
jekyll-watch (2.2.1)
6973
listen (~> 3.0)
74+
json (2.13.2)
7075
just-the-docs (0.10.1)
7176
jekyll (>= 3.8.5)
7277
jekyll-include-cache
@@ -98,6 +103,10 @@ GEM
98103
sass-embedded (1.90.0)
99104
google-protobuf (~> 4.31)
100105
rake (>= 13)
106+
sass-embedded (1.90.0-arm64-darwin)
107+
google-protobuf (~> 4.31)
108+
sass-embedded (1.90.0-x86_64-linux-gnu)
109+
google-protobuf (~> 4.31)
101110
securerandom (0.4.1)
102111
terminal-table (3.0.2)
103112
unicode-display_width (>= 1.1.1, < 3)
@@ -112,7 +121,7 @@ PLATFORMS
112121

113122
DEPENDENCIES
114123
git (~> 2.3.1)
115-
jekyll (~> 4.3.4)
124+
jekyll (~> 4.4.1)
116125
just-the-docs (~> 0.10.1)
117126
webrick (~> 1.8)
118127

0 commit comments

Comments
 (0)