Skip to content

Commit 1ee118e

Browse files
committed
update Gemfile
1 parent c903b74 commit 1ee118e

File tree

1 file changed

+32
-25
lines changed

1 file changed

+32
-25
lines changed

Gemfile.lock

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
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)
6+
bigdecimal (3.1.9)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
8+
concurrent-ruby (1.3.5)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.16.3)
13+
ffi (1.17.1-arm64-darwin)
14+
ffi (1.17.1-x86_64-linux-gnu)
1315
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.1-arm64-darwin)
15-
google-protobuf (3.25.1-x86_64-linux)
16+
google-protobuf (4.30.1-arm64-darwin)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.30.1-x86_64-linux)
20+
bigdecimal
21+
rake (>= 13)
1622
http_parser.rb (0.8.0)
17-
i18n (1.14.1)
23+
i18n (1.14.7)
1824
concurrent-ruby (~> 1.0)
19-
jekyll (4.3.3)
25+
jekyll (4.3.4)
2026
addressable (~> 2.4)
2127
colorator (~> 1.0)
2228
em-websocket (~> 0.5)
@@ -34,8 +40,8 @@ GEM
3440
webrick (~> 1.7)
3541
jekyll-include-cache (0.2.1)
3642
jekyll (>= 3.7, < 5.0)
37-
jekyll-sass-converter (3.0.0)
38-
sass-embedded (~> 1.54)
43+
jekyll-sass-converter (3.1.0)
44+
sass-embedded (~> 1.75)
3945
jekyll-seo-tag (2.8.0)
4046
jekyll (>= 3.8, < 5.0)
4147
jekyll-watch (2.2.1)
@@ -45,41 +51,42 @@ GEM
4551
jekyll-include-cache
4652
jekyll-seo-tag (>= 2.0)
4753
rake (>= 12.3.1)
48-
kramdown (2.4.0)
49-
rexml
54+
kramdown (2.5.1)
55+
rexml (>= 3.3.9)
5056
kramdown-parser-gfm (1.1.0)
5157
kramdown (~> 2.0)
5258
liquid (4.0.4)
53-
listen (3.8.0)
59+
listen (3.9.0)
5460
rb-fsevent (~> 0.10, >= 0.10.3)
5561
rb-inotify (~> 0.9, >= 0.9.10)
5662
mercenary (0.4.0)
5763
pathutil (0.16.2)
5864
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.4)
60-
rake (13.0.6)
65+
public_suffix (6.0.1)
66+
rake (13.2.1)
6167
rb-fsevent (0.11.2)
62-
rb-inotify (0.10.1)
68+
rb-inotify (0.11.1)
6369
ffi (~> 1.0)
64-
rexml (3.2.6)
65-
rouge (4.2.0)
70+
rexml (3.4.1)
71+
rouge (4.5.1)
6672
safe_yaml (1.0.5)
67-
sass-embedded (1.69.5-arm64-darwin)
68-
google-protobuf (~> 3.23)
69-
sass-embedded (1.69.5-x86_64-linux-gnu)
70-
google-protobuf (~> 3.23)
73+
sass-embedded (1.85.1-arm64-darwin)
74+
google-protobuf (~> 4.29)
75+
sass-embedded (1.85.1-x86_64-linux-gnu)
76+
google-protobuf (~> 4.29)
7177
terminal-table (3.0.2)
7278
unicode-display_width (>= 1.1.1, < 3)
73-
unicode-display_width (2.5.0)
74-
webrick (1.8.1)
79+
unicode-display_width (2.6.0)
80+
webrick (1.9.1)
7581

7682
PLATFORMS
7783
arm64-darwin-23
84+
arm64-darwin-24
7885
x86_64-linux
7986

8087
DEPENDENCIES
8188
jekyll (~> 4.3.3)
8289
just-the-docs (= 0.7.0)
8390

8491
BUNDLED WITH
85-
2.3.26
92+
2.6.6

0 commit comments

Comments
 (0)