Skip to content

Commit 982aec1

Browse files
authored
Add new dependency information (#434)
Adds new dep information for protobuf fix
1 parent 178456a commit 982aec1

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Gemfile.lock

+5-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
76
colorator (1.1.0)
87
concurrent-ruby (1.3.3)
98
em-websocket (0.5.3)
@@ -12,9 +11,7 @@ GEM
1211
eventmachine (1.2.7)
1312
ffi (1.17.0-x86_64-linux-gnu)
1413
forwardable-extended (2.6.0)
15-
google-protobuf (4.27.2-x86_64-linux)
16-
bigdecimal
17-
rake (>= 13)
14+
google-protobuf (3.25.3)
1815
http_parser.rb (0.8.0)
1916
i18n (1.14.5)
2017
concurrent-ruby (~> 1.0)
@@ -51,17 +48,16 @@ GEM
5148
mercenary (0.4.0)
5249
pathutil (0.16.2)
5350
forwardable-extended (~> 2.6)
54-
public_suffix (6.0.0)
55-
rake (13.2.1)
51+
public_suffix (6.0.1)
5652
rb-fsevent (0.11.2)
5753
rb-inotify (0.11.1)
5854
ffi (~> 1.0)
5955
rexml (3.3.2)
6056
strscan
6157
rouge (4.3.0)
6258
safe_yaml (1.0.5)
63-
sass-embedded (1.77.8-x86_64-linux-gnu)
64-
google-protobuf (~> 4.26)
59+
sass-embedded (1.77.5-x86_64-linux-gnu)
60+
google-protobuf (>= 3.25, < 5.0)
6561
strscan (3.1.0)
6662
terminal-table (3.0.2)
6763
unicode-display_width (>= 1.1.1, < 3)
@@ -72,6 +68,7 @@ PLATFORMS
7268
x86_64-linux
7369

7470
DEPENDENCIES
71+
google-protobuf (= 3.25.3)
7572
jekyll (>= 4.2.0)
7673
jekyll-redirect-from (>= 0.16.0)
7774
webrick (~> 1.7)

0 commit comments

Comments
 (0)