mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update ffi requirement from >= 1.15.5, < 1.17.0 to >= 1.15.5, < 1.18.0 (#7076)
Updates the requirements on [ffi](https://github.com/ffi/ffi) to permit the latest version. - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/v1.15.5...v1.17.0) --- updated-dependencies: - dependency-name: ffi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
99f3631ee0
commit
b2df0d3433
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ gem "inspec-bin", path: "./inspec-bin"
|
|||
# ffi version v1.17.0 is breaking verify pipeline as it requires
|
||||
# rubygems version to be upgraded to >= 3.3.22 Ref:https://buildkite.com/chef/inspec-inspec-main-verify-private/builds/812#018fe177-2ccb-45ed-a25e-213c8a6453df/698-707
|
||||
|
||||
gem "ffi", ">= 1.15.5", "< 1.17.0"
|
||||
gem "ffi", ">= 1.15.5", "< 1.18.0"
|
||||
|
||||
# We have a build issue 2023-11-13 with unf_ext 0.0.9 so we are pinning to 0.0.8.2
|
||||
# See https://github.com/knu/ruby-unf_ext/issues/74 https://buildkite.com/chef/inspec-inspec-inspec-5-omnibus-release/builds/22
|
||||
|
|
Loading…
Reference in a new issue