Try pinning and avoiding ffi-yajl 2.6.0

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2023-07-25 12:03:39 -04:00
parent 4d278c711f
commit 3d0b720e2d
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ gem "omnibus-software", github: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_REPO", "chef/
gem "artifactory"
gem "ffi", ">= 1.9.14", "!= 1.13.0"
gem "ffi-yajl", "!= 2.6.0"
# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need

View file

@ -201,7 +201,7 @@ GEM
ffi (~> 1.0)
ffi-win32-extensions (1.0.4)
ffi
ffi-yajl (2.6.0)
ffi-yajl (2.4.0)
libyajl2 (>= 1.2)
fuzzyurl (0.9.0)
gssapi (1.3.1)