Skip to content

Commit b898abf

Browse files
Fix
1 parent 889f6a3 commit b898abf

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.2.0)
7+
bigdecimal (3.1.9)
78
colorator (1.1.0)
89
concurrent-ruby (1.3.5)
910
csv (3.3.3)
@@ -13,6 +14,9 @@ GEM
1314
eventmachine (1.2.7)
1415
ffi (1.17.1)
1516
forwardable-extended (2.6.0)
17+
google-protobuf (4.30.1)
18+
bigdecimal
19+
rake (>= 13)
1620
http_parser.rb (0.8.0)
1721
i18n (1.14.7)
1822
concurrent-ruby (~> 1.0)
@@ -37,8 +41,8 @@ GEM
3741
webrick (~> 1.7)
3842
jekyll-feed (0.17.0)
3943
jekyll (>= 3.7, < 5.0)
40-
jekyll-sass-converter (2.2.0)
41-
sassc (> 2.0.1, < 3.0)
44+
jekyll-sass-converter (3.1.0)
45+
sass-embedded (~> 1.75)
4246
jekyll-seo-tag (2.8.0)
4347
jekyll (>= 3.8, < 5.0)
4448
jekyll-watch (2.2.1)
@@ -56,15 +60,17 @@ GEM
5660
mercenary (0.4.0)
5761
pathutil (0.16.2)
5862
forwardable-extended (~> 2.6)
59-
public_suffix (5.1.1)
63+
public_suffix (6.0.1)
64+
rake (13.2.1)
6065
rb-fsevent (0.11.2)
6166
rb-inotify (0.11.1)
6267
ffi (~> 1.0)
6368
rexml (3.4.1)
6469
rouge (4.5.1)
6570
safe_yaml (1.0.5)
66-
sassc (2.4.0)
67-
ffi (~> 1.9)
71+
sass-embedded (1.86.0)
72+
google-protobuf (~> 4.30)
73+
rake (>= 13)
6874
terminal-table (3.0.2)
6975
unicode-display_width (>= 1.1.1, < 3)
7076
unicode-display_width (2.6.0)
@@ -83,4 +89,4 @@ DEPENDENCIES
8389
webrick
8490

8591
BUNDLED WITH
86-
2.3.26
92+
2.6.6

0 commit comments

Comments
 (0)