Skip to content

Commit db0d444

Browse files
committed
Add x86_64-linux platform gems to Gemfile.lock
Add x86_64-linux platform entries for ffi, nokogiri, and tailwindcss-ruby
1 parent 908fbb3 commit db0d444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ GEM
3737
fastimage (2.4.0)
3838
ffi (1.17.3)
3939
ffi (1.17.3-arm64-darwin)
40+
ffi (1.17.3-x86_64-linux-gnu)
4041
haml (7.2.0)
4142
temple (>= 0.8.2)
4243
thor
@@ -108,6 +109,8 @@ GEM
108109
racc (~> 1.4)
109110
nokogiri (1.19.0-arm64-darwin)
110111
racc (~> 1.4)
112+
nokogiri (1.19.0-x86_64-linux-gnu)
113+
racc (~> 1.4)
111114
ostruct (0.6.3)
112115
padrino-helpers (0.15.3)
113116
i18n (>= 0.6.7, < 2)
@@ -134,6 +137,7 @@ GEM
134137
servolux (0.13.0)
135138
tailwindcss-ruby (4.1.18)
136139
tailwindcss-ruby (4.1.18-arm64-darwin)
140+
tailwindcss-ruby (4.1.18-x86_64-linux-gnu)
137141
temple (0.10.4)
138142
thor (1.5.0)
139143
tilt (2.7.0)
@@ -149,6 +153,7 @@ GEM
149153
PLATFORMS
150154
arm64-darwin-25
151155
ruby
156+
x86_64-linux
152157

153158
DEPENDENCIES
154159
middleman

0 commit comments

Comments
 (0)