Skip to content

Commit 98dac8c

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

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.3"
3+
gem "jekyll", "~> 4.3.4"
44
gem "jekyll-feed"
55
gem "jekyll-sass-converter", "2.2.0"

Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.3.4)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.16.3)
12+
ffi (1.17.0-aarch64-linux-gnu)
13+
ffi (1.17.0-x86_64-linux-gnu)
14+
ffi (1.17.0-x86_64-linux-musl)
1315
forwardable-extended (2.6.0)
1416
http_parser.rb (0.8.0)
15-
i18n (1.14.1)
17+
i18n (1.14.6)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (4.3.3)
19+
jekyll (4.3.4)
1820
addressable (~> 2.4)
1921
colorator (~> 1.0)
2022
em-websocket (~> 0.5)
@@ -41,26 +43,24 @@ GEM
4143
kramdown-parser-gfm (1.1.0)
4244
kramdown (~> 2.0)
4345
liquid (4.0.4)
44-
listen (3.8.0)
46+
listen (3.9.0)
4547
rb-fsevent (~> 0.10, >= 0.10.3)
4648
rb-inotify (~> 0.9, >= 0.9.10)
4749
mercenary (0.4.0)
4850
pathutil (0.16.2)
4951
forwardable-extended (~> 2.6)
50-
public_suffix (5.0.4)
52+
public_suffix (6.0.1)
5153
rb-fsevent (0.11.2)
52-
rb-inotify (0.10.1)
54+
rb-inotify (0.11.1)
5355
ffi (~> 1.0)
54-
rexml (3.3.6)
55-
strscan
56-
rouge (4.2.0)
56+
rexml (3.3.7)
57+
rouge (4.4.0)
5758
safe_yaml (1.0.5)
5859
sassc (2.4.0)
5960
ffi (~> 1.9)
60-
strscan (3.1.0)
6161
terminal-table (3.0.2)
6262
unicode-display_width (>= 1.1.1, < 3)
63-
unicode-display_width (2.5.0)
63+
unicode-display_width (2.6.0)
6464
webrick (1.8.1)
6565

6666
PLATFORMS
@@ -69,7 +69,7 @@ PLATFORMS
6969
x86_64-linux-musl
7070

7171
DEPENDENCIES
72-
jekyll (~> 4.3.3)
72+
jekyll (~> 4.3.4)
7373
jekyll-feed
7474
jekyll-sass-converter (= 2.2.0)
7575

0 commit comments

Comments
 (0)