Skip to content

Commit 5b28e2e

Browse files
committed
bundle lock --add-platform x86_64-linux
1 parent 4f956c3 commit 5b28e2e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Gemfile.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ GEM
133133
sexp_processor
134134
color_conversion (0.1.2)
135135
commonmarker (1.1.5-arm64-darwin)
136+
commonmarker (1.1.5-x86_64-linux)
136137
concurrent-ruby (1.3.4)
137138
connection_pool (2.4.1)
138139
crack (1.0.0)
@@ -215,6 +216,7 @@ GEM
215216
webrick (~> 1.7)
216217
websocket-driver (~> 0.7)
217218
ffi (1.17.0-arm64-darwin)
219+
ffi (1.17.0-x86_64-linux-gnu)
218220
flipper (1.3.1)
219221
concurrent-ruby (< 2)
220222
flipper-active_record (1.3.1)
@@ -287,6 +289,14 @@ GEM
287289
logfmt (>= 0.0.10)
288290
railties (>= 7.0)
289291
sqlite3
292+
litestream (0.12.0-x86_64-linux)
293+
actionpack (>= 7.0)
294+
actionview (>= 7.0)
295+
activejob (>= 7.0)
296+
activesupport (>= 7.0)
297+
logfmt (>= 0.0.10)
298+
railties (>= 7.0)
299+
sqlite3
290300
logfmt (0.0.10)
291301
logger (1.6.1)
292302
loofah (2.23.1)
@@ -332,6 +342,8 @@ GEM
332342
nio4r (2.7.3)
333343
nokogiri (1.16.7-arm64-darwin)
334344
racc (~> 1.4)
345+
nokogiri (1.16.7-x86_64-linux)
346+
racc (~> 1.4)
335347
openssl (3.2.0)
336348
ostruct (0.6.0)
337349
parallel (1.26.3)
@@ -524,9 +536,11 @@ GEM
524536
activesupport (>= 6.1)
525537
sprockets (>= 3.0.0)
526538
sqlite-ulid (0.2.1-arm64-darwin)
539+
sqlite-ulid (0.2.1-x86_64-linux)
527540
sqlite3 (2.1.1)
528541
mini_portile2 (~> 2.8.0)
529542
sqlpkg (0.2.3.1-arm64-darwin)
543+
sqlpkg (0.2.3.1-x86_64-linux)
530544
standard (1.41.1)
531545
language_server-protocol (~> 3.17.0.2)
532546
lint_roller (~> 1.0)
@@ -590,6 +604,7 @@ GEM
590604

591605
PLATFORMS
592606
arm64-darwin-24
607+
x86_64-linux
593608

594609
DEPENDENCIES
595610
addressable

0 commit comments

Comments
 (0)