Skip to content

Commit 0ea36f6

Browse files
authored
Merge pull request #541 from code0-tech/normalize-to-ruby-platform
Normalize lockfile to ruby platform
2 parents b1f917e + 330f324 commit 0ea36f6

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Gemfile.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ GEM
118118
factory_bot_rails (6.5.0)
119119
factory_bot (~> 6.5)
120120
railties (>= 6.1.0)
121-
ffi (1.17.1-x86_64-linux-gnu)
122-
ffi (1.17.1-x86_64-linux-musl)
121+
ffi (1.17.1)
123122
fiber-storage (0.1.2)
124123
fugit (1.11.1)
125124
et-orbi (~> 1, >= 1.2.11)
@@ -133,10 +132,7 @@ GEM
133132
fugit (>= 1.11.0)
134133
railties (>= 6.1.0)
135134
thor (>= 1.0.0)
136-
google-protobuf (4.31.1-x86_64-linux-gnu)
137-
bigdecimal
138-
rake (>= 13)
139-
google-protobuf (4.31.1-x86_64-linux-musl)
135+
google-protobuf (4.31.1)
140136
bigdecimal
141137
rake (>= 13)
142138
googleapis-common-protos-types (1.16.0)
@@ -145,7 +141,7 @@ GEM
145141
base64
146142
fiber-storage
147143
logger
148-
grpc (1.67.0-x86_64-linux)
144+
grpc (1.67.0)
149145
google-protobuf (>= 3.25, < 5.0)
150146
googleapis-common-protos-types (~> 1.0)
151147
httparty (0.22.0)
@@ -186,6 +182,7 @@ GEM
186182
method_source (1.1.0)
187183
mini_magick (4.13.2)
188184
mini_mime (1.1.5)
185+
mini_portile2 (2.8.9)
189186
minitest (5.25.5)
190187
msgpack (1.7.5)
191188
multi_xml (0.7.1)
@@ -200,9 +197,8 @@ GEM
200197
net-smtp (0.5.1)
201198
net-protocol
202199
nio4r (2.7.4)
203-
nokogiri (1.18.8-x86_64-linux-gnu)
204-
racc (~> 1.4)
205-
nokogiri (1.18.8-x86_64-linux-musl)
200+
nokogiri (1.18.8)
201+
mini_portile2 (~> 2.8.2)
206202
racc (~> 1.4)
207203
parallel (1.27.0)
208204
parser (3.3.8.0)
@@ -389,8 +385,7 @@ GEM
389385
zeitwerk (2.7.3)
390386

391387
PLATFORMS
392-
x86_64-linux-gnu
393-
x86_64-linux-musl
388+
ruby
394389

395390
DEPENDENCIES
396391
bcrypt (~> 3.1.7)

0 commit comments

Comments
 (0)