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

Require Ruby 2.1 #1599

Merged
merged 1 commit into from
Mar 28, 2017
Merged

Require Ruby 2.1 #1599

merged 1 commit into from
Mar 28, 2017

Conversation

adamleff
Copy link
Contributor

InSpec now depends on nokogiri which has a dependency of Ruby 2.1 or
later. If someone tries to gem install inspec using Ruby 2.0, it
will fail on the nokogiri dependency rather than InSpec itself.

Additionally, Ruby 2.0 is already EOL.

Fixes #1597

InSpec now depends on nokogiri which has a dependency of Ruby 2.1 or
later. If someone tries to `gem install inspec` using Ruby 2.0, it
will fail on the nokogiri dependency rather than InSpec itself.

Additionally, Ruby 2.0 is already EOL.

Signed-off-by: Adam Leff <adam@leff.co>
@arlimus
Copy link
Contributor

arlimus commented Mar 28, 2017

Makes a lot of sense and also it's good to finally have it inside of gemspec. Thank you for this 👍

@arlimus arlimus merged commit c9b1b28 into master Mar 28, 2017
@arlimus arlimus deleted the adamleff/ruby-2.1 branch March 28, 2017 20:55
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.

None yet

2 participants