Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for hashie 4.x #267

Merged
merged 3 commits into from
Jan 25, 2021
Merged

allow for hashie 4.x #267

merged 3 commits into from
Jan 25, 2021

Conversation

nikhil2611
Copy link
Contributor

@nikhil2611 nikhil2611 commented Dec 10, 2020

Signed-off-by: Nikhil Gupta [email protected]

Description

Enhancement to loosen the hashie gem dependencies to allow 4.x which resolves warnings on ruby 2.6 and 2.7

Issues Resolved

Check List

Signed-off-by: Nikhil Gupta <[email protected]>
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3.0"
spec.add_dependency "inspec", ">= 2.2.64", "< 5.0" # 2.2.64 is required for plugin v2 support
spec.add_dependency "test-kitchen", ">= 2.7", "< 3" # 2.7 introduced no_parallel_for for verifiers
spec.add_dependency "hashie", "~> 3.4"
spec.add_dependency "hashie", ">= 3.4", "<= 4.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you want ">= 3.4", "<= 5.0". We want to allow all of 4.x.

@clintoncwolfe clintoncwolfe merged commit 21a0748 into inspec:master Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants