Skip to content

Commit 7a4d79b

Browse files
committed
Gemfile.lock: update gems
1 parent 0eb3cb0 commit 7a4d79b

1 file changed

Lines changed: 29 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
6-
builder (3.2.4)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
builder (3.3.0)
78
colorator (1.1.0)
8-
concurrent-ruby (1.1.10)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.5)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
1214
eventmachine (1.2.7)
13-
ffi (1.15.5)
15+
ffi (1.17.2)
1416
forwardable-extended (2.6.0)
15-
google-protobuf (3.23.0)
17+
google-protobuf (3.25.8)
1618
http_parser.rb (0.8.0)
17-
i18n (1.12.0)
19+
i18n (1.14.7)
1820
concurrent-ruby (~> 1.0)
19-
jekyll (4.3.1)
21+
jekyll (4.4.1)
2022
addressable (~> 2.4)
23+
base64 (~> 0.2)
2124
colorator (~> 1.0)
25+
csv (~> 3.0)
2226
em-websocket (~> 0.5)
2327
i18n (~> 1.0)
2428
jekyll-sass-converter (>= 2.0, < 4.0)
2529
jekyll-watch (~> 2.0)
30+
json (~> 2.6)
2631
kramdown (~> 2.3, >= 2.3.1)
2732
kramdown-parser-gfm (~> 1.0)
2833
liquid (~> 4.0)
29-
mercenary (>= 0.3.6, < 0.5)
34+
mercenary (~> 0.3, >= 0.3.6)
3035
pathutil (~> 0.9)
3136
rouge (>= 3.0, < 5.0)
3237
safe_yaml (~> 1.0)
@@ -41,32 +46,33 @@ GEM
4146
sass-embedded (~> 1.54)
4247
jekyll-watch (2.2.1)
4348
listen (~> 3.0)
44-
kramdown (2.4.0)
45-
rexml
49+
json (2.16.0)
50+
kramdown (2.5.1)
51+
rexml (>= 3.3.9)
4652
kramdown-parser-gfm (1.1.0)
4753
kramdown (~> 2.0)
48-
liquid (4.0.3)
49-
listen (3.7.1)
54+
liquid (4.0.4)
55+
listen (3.9.0)
5056
rb-fsevent (~> 0.10, >= 0.10.3)
5157
rb-inotify (~> 0.9, >= 0.9.10)
5258
mercenary (0.4.0)
5359
pathutil (0.16.2)
5460
forwardable-extended (~> 2.6)
55-
public_suffix (5.0.1)
56-
rake (13.0.6)
61+
public_suffix (6.0.2)
62+
rake (13.3.1)
5763
rb-fsevent (0.11.2)
58-
rb-inotify (0.10.1)
64+
rb-inotify (0.11.1)
5965
ffi (~> 1.0)
60-
rexml (3.2.5)
61-
rouge (4.0.1)
66+
rexml (3.4.4)
67+
rouge (4.6.1)
6268
safe_yaml (1.0.5)
63-
sass-embedded (1.62.1)
64-
google-protobuf (~> 3.21)
65-
rake (>= 10.0.0)
69+
sass-embedded (1.69.5)
70+
google-protobuf (~> 3.23)
71+
rake (>= 13.0.0)
6672
terminal-table (3.0.2)
6773
unicode-display_width (>= 1.1.1, < 3)
68-
unicode-display_width (2.3.0)
69-
webrick (1.7.0)
74+
unicode-display_width (2.6.0)
75+
webrick (1.9.2)
7076

7177
PLATFORMS
7278
ruby

0 commit comments

Comments
 (0)