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.2+ in gemspec #1506

Merged
merged 3 commits into from May 9, 2018
Merged

Conversation

dekellum
Copy link
Contributor

@dekellum dekellum commented Jan 19, 2018

As of 0ed4ba8, we are no longer running CI for ruby < 2.2. Per #1440, puma hasn't actually been compatible with ruby 1.9 since puma 3.8.0.

github: fixes #1440

As of 0ed4ba8, we are no longer running CI for ruby < 2.2. Per puma#1440,
puma hasn't actually been compatible with ruby 1.9 since puma 3.8.0.

github: fixes puma#1440
Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

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

This clarifies and simplifies. I'm for this change!

Copy link
Contributor

@deivid-rodriguez deivid-rodriguez left a comment

Choose a reason for hiding this comment

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

This seems like a good move. Puma doesn't work on older versions, and that seems intentional, so it should not be installable at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatibility with Ruby < 2.1 (undefined method `to_h')
4 participants