Skip to content

Commit 164637c

Browse files
Fix CI: add ruby and x86_64-linux platforms to lockfile
The previous lockfile only had x86_64-linux-gnu which doesn't match the CI runner's platform. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 754b0b6 commit 164637c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ GEM
116116
erb (4.0.4)
117117
cgi (>= 0.3.3)
118118
erubi (1.13.1)
119+
ffi (1.17.3)
119120
ffi (1.17.3-arm64-darwin)
120121
ffi (1.17.3-x86_64-darwin)
121122
ffi (1.17.3-x86_64-linux-gnu)
@@ -160,6 +161,7 @@ GEM
160161
marcel (1.1.0)
161162
method_source (1.1.0)
162163
mini_mime (1.1.5)
164+
mini_portile2 (2.8.9)
163165
minitest (5.27.0)
164166
mutex_m (0.3.0)
165167
net-imap (0.5.13)
@@ -172,6 +174,9 @@ GEM
172174
net-smtp (0.5.1)
173175
net-protocol
174176
nio4r (2.7.5)
177+
nokogiri (1.18.10)
178+
mini_portile2 (~> 2.8.2)
179+
racc (~> 1.4)
175180
nokogiri (1.18.10-arm64-darwin)
176181
racc (~> 1.4)
177182
nokogiri (1.18.10-x86_64-darwin)
@@ -299,6 +304,8 @@ GEM
299304
actionpack (>= 6.1)
300305
activesupport (>= 6.1)
301306
sprockets (>= 3.0.0)
307+
sqlite3 (2.8.1)
308+
mini_portile2 (~> 2.8.0)
302309
sqlite3 (2.8.1-arm64-darwin)
303310
sqlite3 (2.8.1-x86_64-darwin)
304311
sqlite3 (2.8.1-x86_64-linux-gnu)
@@ -333,6 +340,7 @@ GEM
333340

334341
PLATFORMS
335342
arm64-darwin
343+
ruby
336344
x86_64-darwin
337345
x86_64-linux
338346
x86_64-linux-gnu

0 commit comments

Comments
 (0)