Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 0d41dfa

Browse files
committed
Downgrade ffi due to their usage of Gem
1 parent a787fa2 commit 0d41dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
end
2121

2222
gem "childprocess", ">= 3.0.0"
23-
gem 'ffi', '~> 1.13.0'
23+
gem 'ffi', '~> 1.12.0'
2424

2525
### dep for ci/coverage
2626
gem 'simplecov', '~> 0.8'

0 commit comments

Comments
 (0)