inspec/omnibus/Gemfile
dependabot[bot] 63db7b8a2e
Bump ffi-yajl from 2.4.0 to 2.6.0 in /omnibus (#6648)
* Bump ffi-yajl from 2.4.0 to 2.6.0 in /omnibus

Bumps [ffi-yajl](https://github.com/chef/ffi-yajl) from 2.4.0 to 2.6.0.
- [Changelog](https://github.com/chef/ffi-yajl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chef/ffi-yajl/commits/2.6.0)

---
updated-dependencies:
- dependency-name: ffi-yajl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove the comments

Signed-off-by: Vasu1105 <vjagdale@progress.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Vasu1105 <vjagdale@progress.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vasu1105 <vjagdale@progress.com>
2024-06-14 17:21:28 +05:30

23 lines
No EOL
993 B
Ruby

source "https://rubygems.org"
gem "omnibus", github: ENV.fetch("OMNIBUS_GITHUB_REPO", "chef/omnibus"), branch: ENV.fetch("OMNIBUS_GITHUB_BRANCH", "main")
gem "omnibus-software", github: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_REPO", "chef/omnibus-software"), branch: ENV.fetch("OMNIBUS_SOFTWARE_GITHUB_BRANCH", "main")
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
# the Test Kitchen-based build lab. You can skip these unnecessary dependencies
# by running `bundle config set --local without development` to speed up build times.
group :development do
# Use Berkshelf for resolving cookbook dependencies
gem "berkshelf", ">= 7.0"
# Use Test Kitchen with Vagrant for converging the build environment
gem "kitchen-vagrant", ">= 1.3.1"
gem "test-kitchen", ">= 1.23"
gem "winrm-fs", "~> 1.0"
end