mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #5065 from inspec/js/omnibus_debug
Pin ffi in omnibus/Gemfile
This commit is contained in:
commit
93d993e9d8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "ffi", [">= 1.9.14", "< 1.13"] # 1.13 does not work on Windows: https://github.com/ffi/ffi/issues/784
|
||||
|
||||
gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master"
|
||||
gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master"
|
||||
gem "artifactory"
|
||||
|
|
Loading…
Reference in a new issue