-
Notifications
You must be signed in to change notification settings - Fork 47
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
Only build against supported versions of ruby. 2.3 + #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please update the Gem metadata to specify the required Ruby version? E.g:
spec.required_ruby_version = '~> 2.0'
We should also include a changelog to be clear that we're dropping support for this version (which should come as no surprise to anyone).
@@ -16,6 +16,8 @@ Gem::Specification.new do |gem| | |||
gem.version = Zxcvbn::VERSION | |||
gem.license = 'MIT' | |||
|
|||
gem.required_ruby_version = '~> 2.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnsyweb - so I picked 2.3 do you think thats ok? or should it be 2.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah just read your full comment.. yeah a change log would be a great idea for this.. I'll pop it in here as well. Thanks!
Updated @johnsyweb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry but I did not see this PR until now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build was failing as some older versions of ruby seemed to have issues.
This PR is to update the build to test against 2.3 2.4 2.5 2.6 ruby versions.