Skip to content

Commit 570eb51

Browse files
Fix CI: use ruby platform for cross-platform compatibility
Use ruby platform for gems to compile from source on CI runners, avoiding platform-specific gem conflicts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d21f3de commit 570eb51

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ GEM
118118
erubi (1.13.1)
119119
ffi (1.17.3)
120120
ffi (1.17.3-arm64-darwin)
121-
ffi (1.17.3-x86_64-darwin)
122-
ffi (1.17.3-x86_64-linux-gnu)
123121
globalid (1.3.0)
124122
activesupport (>= 6.1)
125123
i18n (1.14.8)
@@ -179,10 +177,6 @@ GEM
179177
racc (~> 1.4)
180178
nokogiri (1.18.10-arm64-darwin)
181179
racc (~> 1.4)
182-
nokogiri (1.18.10-x86_64-darwin)
183-
racc (~> 1.4)
184-
nokogiri (1.18.10-x86_64-linux-gnu)
185-
racc (~> 1.4)
186180
parallel (1.27.0)
187181
parser (3.3.10.1)
188182
ast (~> 2.4.1)
@@ -307,8 +301,6 @@ GEM
307301
sqlite3 (2.8.1)
308302
mini_portile2 (~> 2.8.0)
309303
sqlite3 (2.8.1-arm64-darwin)
310-
sqlite3 (2.8.1-x86_64-darwin)
311-
sqlite3 (2.8.1-x86_64-linux-gnu)
312304
standard (1.53.0)
313305
language_server-protocol (~> 3.17.0.2)
314306
lint_roller (~> 1.0)
@@ -341,8 +333,6 @@ GEM
341333
PLATFORMS
342334
arm64-darwin
343335
ruby
344-
x86_64-darwin
345-
x86_64-linux-gnu
346336

347337
DEPENDENCIES
348338
administrate (~> 0.19.0)

0 commit comments

Comments
 (0)