Skip to content

Commit 39584c5

Browse files
Restoring platforms to Gemfile.lock
1 parent 8f87cd7 commit 39584c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Gemfile.lock

+14
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ GEM
134134
drb (2.2.1)
135135
erubi (1.12.0)
136136
ffi (1.17.0-arm64-darwin)
137+
ffi (1.17.0-x86_64-darwin)
138+
ffi (1.17.0-x86_64-linux-gnu)
137139
ffi-compiler (1.3.2)
138140
ffi (>= 1.15.5)
139141
rake
@@ -210,6 +212,10 @@ GEM
210212
nio4r (2.7.3)
211213
nokogiri (1.16.5-arm64-darwin)
212214
racc (~> 1.4)
215+
nokogiri (1.16.5-x86_64-darwin)
216+
racc (~> 1.4)
217+
nokogiri (1.16.5-x86_64-linux)
218+
racc (~> 1.4)
213219
parallel (1.24.0)
214220
parser (3.3.2.0)
215221
ast (~> 2.4.1)
@@ -343,6 +349,8 @@ GEM
343349
activesupport (>= 5.2)
344350
sprockets (>= 3.0.0)
345351
sqlite3 (2.0.2-arm64-darwin)
352+
sqlite3 (2.0.2-x86_64-darwin)
353+
sqlite3 (2.0.2-x86_64-linux-gnu)
346354
stimulus-rails (1.3.3)
347355
railties (>= 6.0.0)
348356
stringio (3.1.0)
@@ -380,6 +388,12 @@ GEM
380388

381389
PLATFORMS
382390
arm64-darwin-22
391+
arm64-darwin-23
392+
x86_64-darwin-19
393+
x86_64-darwin-20
394+
x86_64-darwin-21
395+
x86_64-darwin-22
396+
x86_64-linux
383397

384398
DEPENDENCIES
385399
annotate

0 commit comments

Comments
 (0)