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

fix: ensure ruby 2.7 compatibility by including scanf gem #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hendrixfan
Copy link

fix for #7

* scanf was excluded from the standard libary as of ruby 2.7
* see https://rubyreferences.github.io/rubychanges/2.7.html#libraries-excluded-from-the-standard-library
* include the official scanf gem in gemspec
@zeevallin
Copy link
Owner

Thanks for the PR @hendrixfan, I'll take a look at this locally and see if I can do some other upgrades to keep up to par with current Ruby and make sure Travis runs properly.

@hendrixfan
Copy link
Author

Thank you for taking a look!

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