mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Gem dependencies added for gems removed in Ruby 3.4
Signed-off-by: Nik08 <nikita.mathur@progress.com>
This commit is contained in:
parent
c733cc4080
commit
1fb680e14a
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ Source code obtained from the Chef GitHub repository is made available under Apa
|
|||
spec.add_dependency "semverse", "~> 3.0"
|
||||
spec.add_dependency "multipart-post", "~> 2.0"
|
||||
|
||||
# Gem dependency needed with Ruby 3.4 upgrade
|
||||
spec.add_dependency "mutex_m", "~> 0.2.0"
|
||||
spec.add_dependency "syslog", "~> 0.1" unless Gem.win_platform?
|
||||
spec.add_dependency "csv", "~> 3.0"
|
||||
|
||||
# cookstyle support for inspec check
|
||||
# This was initially included in 'inspec.gemspec' to keep 'chef-client' lightweight.
|
||||
# However, it has been moved to 'inspec-core.gemspec' due to a dependency on the 'ast' gem,
|
||||
|
|
Loading…
Reference in a new issue