Skip to content

Commit 548a28e

Browse files
committed
fix: add platform to gemfile
1 parent 705d695 commit 548a28e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ GEM
363363
faraday-net_http (3.4.0)
364364
net-http (>= 0.5.0)
365365
ffi (1.17.1-x86_64-darwin)
366+
ffi (1.17.1-x86_64-linux-gnu)
366367
file_validators (3.0.0)
367368
activemodel (>= 3.2)
368369
mime-types (>= 1.0)
@@ -490,6 +491,8 @@ GEM
490491
nio4r (2.7.4)
491492
nokogiri (1.16.8-x86_64-darwin)
492493
racc (~> 1.4)
494+
nokogiri (1.16.8-x86_64-linux)
495+
racc (~> 1.4)
493496
oauth (1.1.0)
494497
oauth-tty (~> 1.0, >= 1.0.1)
495498
snaky_hash (~> 2.0)
@@ -784,6 +787,7 @@ GEM
784787

785788
PLATFORMS
786789
x86_64-darwin
790+
x86_64-linux
787791

788792
DEPENDENCIES
789793
bootsnap (~> 1.4)

0 commit comments

Comments
 (0)