Skip to content

Commit

Permalink
Merge pull request #9112 from mhashizume/PUP-11947/7.x/ffi
Browse files Browse the repository at this point in the history
(PUP-11947) Pin FFI to 1.15.5
  • Loading branch information
mhashizume authored Sep 27, 2023
2 parents 1c40231 + 1075073 commit 8004d4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group(:features) do
end

group(:test) do
gem "ffi", require: false
gem "ffi", '1.15.5', require: false
gem "json-schema", "~> 2.0", require: false
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0')
gem "rspec", "~> 3.1", require: false
Expand Down
4 changes: 2 additions & 2 deletions ext/project_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ gem_platform_dependencies:
CFPropertyList: '~> 2.2'
x86-mingw32:
gem_runtime_dependencies:
ffi: ['> 1.9.24', '< 2']
ffi: '1.15.5'
minitar: '~> 0.9'
x64-mingw32:
gem_runtime_dependencies:
ffi: ['> 1.9.24', '< 2']
ffi: '1.15.5'
minitar: '~> 0.9'
bundle_platforms:
universal-darwin: all
Expand Down

0 comments on commit 8004d4c

Please sign in to comment.