Skip to content

Commit

Permalink
Update ffi-yajl requirement from >= 2.2.3, < 2.5.0 to >= 2.2.3, < 3.1…
Browse files Browse the repository at this point in the history
….0 (#64)

Updates the requirements on [ffi-yajl](https://github.com/chef/ffi-yajl) to permit the latest version.
- [Changelog](https://github.com/chef/ffi-yajl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chef/ffi-yajl/commits)

---
updated-dependencies:
- dependency-name: ffi-yajl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey Hemminger <[email protected]>
  • Loading branch information
dependabot[bot] and Stromweld authored Jun 21, 2024
1 parent 6ca4d6d commit 1afb763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-vra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "vmware-vra", "~> 3.0", ">= 3.2.0" # 3.0 required for vRA 8.x
spec.add_dependency "highline"
spec.add_dependency "rack", ">= 1.6", "< 4.0"
spec.add_dependency "ffi-yajl", ">= 2.2.3", "< 2.5.0"
spec.add_dependency "ffi-yajl", ">= 2.2.3", "< 3.1.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "simplecov", "~> 0.10"
Expand Down

0 comments on commit 1afb763

Please sign in to comment.