Skip to content

Commit

Permalink
(maint) Pin to ffi < 0.13
Browse files Browse the repository at this point in the history
ffi 0.13 segfaults on windows, see ffi/ffi#784
  • Loading branch information
joshcooper committed Jun 3, 2020
1 parent 9b5bd2a commit 22913eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/project_data.yaml
Expand Up @@ -39,7 +39,7 @@ gem_platform_dependencies:
CFPropertyList: '~> 2.2'
x86-mingw32:
gem_runtime_dependencies:
ffi: ['> 1.9.24', '< 2']
ffi: ['> 1.9.24', '< 1.13']
# win32-xxxx gems are pinned due to PUP-6445
win32-dir: '= 0.4.9'
win32-process: '= 0.7.5'
Expand All @@ -49,7 +49,7 @@ gem_platform_dependencies:
minitar: '~> 0.9'
x64-mingw32:
gem_runtime_dependencies:
ffi: ['> 1.9.24', '< 2']
ffi: ['> 1.9.24', '< 1.13']
# win32-xxxx gems are pinned due to PUP-6445
win32-dir: '= 0.4.9'
win32-process: '= 0.7.5'
Expand Down

0 comments on commit 22913eb

Please sign in to comment.