Skip to content

Commit e9bf5a0

Browse files
committed
feat(gemfile): add support for x86_64-linux platform and update related gems
1 parent e914526 commit e9bf5a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ GEM
170170
factory_bot (~> 6.5)
171171
railties (>= 6.1.0)
172172
ffi (1.17.2-arm64-darwin)
173+
ffi (1.17.2-x86_64-linux-gnu)
173174
flay (2.13.3)
174175
erubi (~> 1.10)
175176
path_expander (~> 1.0)
@@ -235,6 +236,8 @@ GEM
235236
nio4r (2.7.4)
236237
nokogiri (1.18.10-arm64-darwin)
237238
racc (~> 1.4)
239+
nokogiri (1.18.10-x86_64-linux-gnu)
240+
racc (~> 1.4)
238241
oj (3.16.11)
239242
bigdecimal (>= 3.0)
240243
ostruct (>= 0.2)
@@ -247,6 +250,7 @@ GEM
247250
racc
248251
path_expander (1.1.3)
249252
pg (1.6.2-arm64-darwin)
253+
pg (1.6.2-x86_64-linux)
250254
pp (0.6.3)
251255
prettyprint
252256
prettyprint (0.2.0)
@@ -437,6 +441,7 @@ GEM
437441

438442
PLATFORMS
439443
arm64-darwin-24
444+
x86_64-linux
440445

441446
DEPENDENCIES
442447
blueprinter

0 commit comments

Comments
 (0)