fix(ci): add x86_64-linux platform to Gemfile.lock
CI runners are Ubuntu x86_64 but the lockfile only had arm64-darwin platform gems locked, so `bundle install` failed with exit code 16 on every job.
Seto Elkahfi committed
Jul 5, 2026 at 08:54 UTC
707cd18343f3840118696d7f30a45e8eeb38baf4
1 file changed
+9
Gemfile.lock
+9
index fae165b..b80ffd0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -111,6 +111,7 @@ GEM
et-orbi (1.4.0)
tzinfo
ffi (1.17.4-arm64-darwin)
+ ffi (1.17.4-x86_64-linux-gnu)
fugit (1.12.2)
et-orbi (~> 1.4)
raabro (~> 1.4)
@@ -189,12 +190,15 @@ GEM
nio4r (2.7.5)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
+ nokogiri (1.19.4-x86_64-linux-gnu)
+ racc (~> 1.4)
ostruct (0.6.3)
parallel (2.1.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pg (1.6.3-arm64-darwin)
+ pg (1.6.3-x86_64-linux)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
@@ -316,6 +320,8 @@ GEM
smbcloud-auth (0.4.5)
json
rb_sys (~> 0.9.91)
+ smbcloud-auth (0.4.5-x86_64-linux)
+ json
solid_cable (4.0.0)
actioncable (>= 7.2)
activejob (>= 7.2)
@@ -347,8 +353,10 @@ GEM
railties (>= 7.0.0)
tailwindcss-ruby (~> 3.0)
tailwindcss-ruby (3.4.19-arm64-darwin)
+ tailwindcss-ruby (3.4.19-x86_64-linux)
thor (1.5.0)
thruster (0.1.21-arm64-darwin)
+ thruster (0.1.21-x86_64-linux)
timeout (0.6.1)
tsort (0.2.0)
turbo-rails (2.0.23)
@@ -373,6 +381,7 @@ GEM
PLATFORMS
arm64-darwin
+ x86_64-linux
DEPENDENCIES
bootsnap