Skip to content

Commit 13b5ef8

Browse files
committed
Add x86_64 linux platform support
1 parent 8e58ff1 commit 13b5ef8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ GEM
3535
docile (1.4.1)
3636
google-protobuf (3.13.0)
3737
google-protobuf (3.13.0-universal-darwin)
38+
google-protobuf (3.13.0-x86_64-linux)
3839
googleapis-common-protos-types (1.0.5)
3940
google-protobuf (~> 3.11)
4041
grpc (1.34.0)
@@ -43,6 +44,9 @@ GEM
4344
grpc (1.34.0-universal-darwin)
4445
google-protobuf (~> 3.13)
4546
googleapis-common-protos-types (~> 1.0)
47+
grpc (1.34.0-x86_64-linux)
48+
google-protobuf (~> 3.13)
49+
googleapis-common-protos-types (~> 1.0)
4650
hashdiff (1.1.2)
4751
jaro_winkler (1.5.6)
4852
matrix (0.4.2)
@@ -52,6 +56,8 @@ GEM
5256
racc (~> 1.4)
5357
nokogiri (1.15.7-arm64-darwin)
5458
racc (~> 1.4)
59+
nokogiri (1.15.7-x86_64-linux)
60+
racc (~> 1.4)
5561
parallel (1.26.3)
5662
parser (3.3.7.4)
5763
ast (~> 2.4.1)
@@ -117,6 +123,7 @@ GEM
117123
PLATFORMS
118124
aarch64-linux
119125
arm64-darwin-24
126+
x86_64-linux
120127

121128
DEPENDENCIES
122129
apparition

0 commit comments

Comments
 (0)