-
Notifications
You must be signed in to change notification settings - Fork 568
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
undefined method 'sysread' for class 'StringIO' (NameError) #565
Comments
Thanks for creating this issue. To my knowledge this is not a known error. It looks like this line was added for Ruby 1.9.2 support, and is not needed by later versions, so I will work on a fix. |
Fixed! Thanks for the quick response! Any idea when this might get released? |
@mmaa I was actually working on a release today, but I'm still working out getting my permissions worked out. So I think we will just skip 1.22.4 and include this fix and release straight to 1.22.5. Hopefully today, but might not be until tomorrow |
Excellent, and thanks again. I really appreciate it. |
No problem, thanks for submitting an issue! 1.22.5 is now out! |
When requiring webmock in spec_helper, I get the following exception:
I'm using ruby 2.2.3, webmock 1.22.3, and rsepc 3.4.1. Is this a known issue? What's a possible workaround? I'm not really sure where to begin.
The text was updated successfully, but these errors were encountered: