Skip to content

Commit

Permalink
Merge pull request #8186 from joshcooper/pin_ffi
Browse files Browse the repository at this point in the history
(maint) Pin to ffi < 0.13
  • Loading branch information
melissa committed Jun 3, 2020
2 parents 9b5bd2a + 22913eb commit 6fdf2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/project_data.yaml
Original file line number Diff line number Diff line change
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 6fdf2d3

Please sign in to comment.