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

Only build against supported versions of ruby. 2.3 + #25

Merged
merged 3 commits into from
May 14, 2019

Conversation

joesustaric
Copy link
Contributor

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.

Copy link
Contributor

@johnsyweb johnsyweb left a 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'
Copy link
Contributor Author

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?

Copy link
Contributor Author

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!

@joesustaric
Copy link
Contributor Author

Updated @johnsyweb

Copy link

@brushbox brushbox left a 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.

Copy link
Contributor

@johnsyweb johnsyweb left a comment

Choose a reason for hiding this comment

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

:shipit:

@joesustaric joesustaric merged commit b549a89 into master May 14, 2019
@joesustaric joesustaric deleted the remove_unsupported_ruby_versions branch May 14, 2019 03:44
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.

3 participants