Skip to content

Commit 133775c

Browse files
committed
Update ffi for ruby 4 compatibility
Saw this error when running with docker: > ffi-1.17.2-aarch64-linux-gnu requires ruby version >= 2.5, < 3.5.dev, which is incompatible with the current version, 4.0.5
1 parent 8b28ef2 commit 133775c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,9 @@ GEM
183183
logger
184184
faraday-net_http (3.4.2)
185185
net-http (~> 0.5)
186-
ffi (1.17.2)
187-
ffi (1.17.2-aarch64-linux-gnu)
188-
ffi (1.17.2-arm64-darwin)
189-
ffi (1.17.2-x86_64-linux-gnu)
186+
ffi (1.17.4-aarch64-linux-gnu)
187+
ffi (1.17.4-arm64-darwin)
188+
ffi (1.17.4-x86_64-linux-gnu)
190189
fiber-storage (1.0.1)
191190
flipper (1.4.2)
192191
concurrent-ruby (< 2)

0 commit comments

Comments
 (0)