Merge pull request #5065 from inspec/js/omnibus_debug

Pin ffi in omnibus/Gemfile
This commit is contained in:
James Stocks 2020-06-04 11:00:05 +01:00 committed by GitHub
commit 93d993e9d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"