Fix liniting (#6649)

Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
This commit is contained in:
Vasundhara Jagdale 2023-09-06 08:58:22 +00:00 committed by GitHub
parent fb6c79ef5b
commit 2803978329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ gem "ffi", ">= 1.9.14", "!= 1.13.0"
# Pinning to 2.4.0 as 2.6.0 version breaks the Windows build
# Ref: https://buildkite.com/chef/inspec-inspec-main-omnibus-release/builds/815#018a1db4-2971-4e77-8bca-32d058fe8c12/173-340
# We can try reverting this change once it gets fixed in the omnibus-toolchain as per slack conversation
gem 'ffi-yajl', "= 2.4.0"
gem "ffi-yajl", "= 2.4.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