Skip to content

Commit 694ee98

Browse files
committed
bundle update jekyll
1 parent 97dedc9 commit 694ee98

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

Gemfile.lock

+21-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
8+
concurrent-ruby (1.3.4)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.15.5)
13+
ffi (1.17.0)
1314
forwardable-extended (2.6.0)
14-
google-protobuf (3.22.2)
15+
google-protobuf (4.28.2)
16+
bigdecimal
17+
rake (>= 13)
1518
http_parser.rb (0.8.0)
16-
i18n (1.12.0)
19+
i18n (1.14.6)
1720
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.2)
21+
jekyll (4.3.4)
1922
addressable (~> 2.4)
2023
colorator (~> 1.0)
2124
em-websocket (~> 0.5)
@@ -40,29 +43,27 @@ GEM
4043
kramdown-parser-gfm (1.1.0)
4144
kramdown (~> 2.0)
4245
liquid (4.0.4)
43-
listen (3.8.0)
46+
listen (3.9.0)
4447
rb-fsevent (~> 0.10, >= 0.10.3)
4548
rb-inotify (~> 0.9, >= 0.9.10)
4649
mercenary (0.4.0)
4750
pathutil (0.16.2)
4851
forwardable-extended (~> 2.6)
49-
public_suffix (5.0.1)
50-
rake (13.0.6)
52+
public_suffix (6.0.1)
53+
rake (13.2.1)
5154
rb-fsevent (0.11.2)
52-
rb-inotify (0.10.1)
55+
rb-inotify (0.11.1)
5356
ffi (~> 1.0)
54-
rexml (3.3.6)
55-
strscan
56-
rouge (4.1.0)
57+
rexml (3.3.7)
58+
rouge (4.4.0)
5759
safe_yaml (1.0.5)
58-
sass-embedded (1.59.2)
59-
google-protobuf (~> 3.21)
60-
rake (>= 10.0.0)
61-
strscan (3.1.0)
60+
sass-embedded (1.79.3)
61+
google-protobuf (~> 4.27)
62+
rake (>= 13)
6263
terminal-table (3.0.2)
6364
unicode-display_width (>= 1.1.1, < 3)
64-
unicode-display_width (2.4.2)
65-
webrick (1.8.1)
65+
unicode-display_width (2.6.0)
66+
webrick (1.8.2)
6667

6768
PLATFORMS
6869
ruby

0 commit comments

Comments
 (0)