Skip to content

Commit

Permalink
Revert "Merge pull request puppetlabs#8186 from joshcooper/pin_ffi"
Browse files Browse the repository at this point in the history
This reverts commit 6fdf2d3, reversing
changes made to 9b5bd2a.
  • Loading branch information
joshcooper committed Jun 9, 2020
1 parent 1a56851 commit 9aa53c4
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', '< 1.13']
ffi: ['> 1.9.24', '< 2']
# 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', '< 1.13']
ffi: ['> 1.9.24', '< 2']
# 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 9aa53c4

Please sign in to comment.