Skip to content

Commit 97dcdf2

Browse files
committed
[B] Add amd64/linux platform to lockfile
1 parent 92879c7 commit 97dcdf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ GEM
335335
faraday-retry (1.0.3)
336336
ffi (1.17.2-aarch64-linux-gnu)
337337
ffi (1.17.2-arm64-darwin)
338+
ffi (1.17.2-x86_64-linux-gnu)
338339
ffi-compiler (1.3.2)
339340
ffi (>= 1.15.5)
340341
rake
@@ -523,6 +524,8 @@ GEM
523524
racc (~> 1.4)
524525
nokogiri (1.15.7-arm64-darwin)
525526
racc (~> 1.4)
527+
nokogiri (1.15.7-x86_64-linux)
528+
racc (~> 1.4)
526529
oauth (1.1.2)
527530
oauth-tty (~> 1.0, >= 1.0.6)
528531
snaky_hash (~> 2.0)
@@ -589,6 +592,7 @@ GEM
589592
racc
590593
pg (1.6.2-aarch64-linux)
591594
pg (1.6.2-arm64-darwin)
595+
pg (1.6.2-x86_64-linux)
592596
pg_search (2.3.7)
593597
activerecord (>= 6.1)
594598
activesupport (>= 6.1)
@@ -894,6 +898,7 @@ GEM
894898
PLATFORMS
895899
aarch64-linux
896900
arm64-darwin-23
901+
x86_64-linux
897902

898903
DEPENDENCIES
899904
aasm (~> 4.0)

0 commit comments

Comments
 (0)