Skip to content

Commit 017f906

Browse files
authored
Merge pull request #498 from code0-tech/add-linux-musl-platform
Add linux-musl platform
2 parents d374cbb + a8df1c3 commit 017f906

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Gemfile.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ GEM
116116
factory_bot (~> 6.4)
117117
railties (>= 5.0.0)
118118
ffi (1.17.1-x86_64-linux-gnu)
119+
ffi (1.17.1-x86_64-linux-musl)
119120
fiber-storage (0.1.2)
120121
fugit (1.11.1)
121122
et-orbi (~> 1, >= 1.2.11)
@@ -129,7 +130,12 @@ GEM
129130
fugit (>= 1.11.0)
130131
railties (>= 6.1.0)
131132
thor (>= 1.0.0)
132-
google-protobuf (3.25.7-x86_64-linux)
133+
google-protobuf (4.31.1-x86_64-linux-gnu)
134+
bigdecimal
135+
rake (>= 13)
136+
google-protobuf (4.31.1-x86_64-linux-musl)
137+
bigdecimal
138+
rake (>= 13)
133139
googleapis-common-protos-types (1.16.0)
134140
google-protobuf (>= 3.18, < 5.a)
135141
graphql (2.5.8)
@@ -190,6 +196,8 @@ GEM
190196
nio4r (2.7.4)
191197
nokogiri (1.18.8-x86_64-linux-gnu)
192198
racc (~> 1.4)
199+
nokogiri (1.18.8-x86_64-linux-musl)
200+
racc (~> 1.4)
193201
parallel (1.27.0)
194202
parser (3.3.8.0)
195203
ast (~> 2.4.1)
@@ -373,7 +381,8 @@ GEM
373381
zeitwerk (2.7.3)
374382

375383
PLATFORMS
376-
x86_64-linux
384+
x86_64-linux-gnu
385+
x86_64-linux-musl
377386

378387
DEPENDENCIES
379388
bcrypt (~> 3.1.7)

0 commit comments

Comments
 (0)