-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
JRuby 9.2.0 shows LoadError: no such file to load -- io/console/size
#32318
Comments
|
A new addition to the io/console library it seems? |
Doing |
@yahonda a more useful reference may be when ruby stdlib included it version-wise. The fact rails includes it is a big deal though. |
|
Workaround: |
Ahh it's just a pure-Ruby item. We are likely just not copying it from MRI. I'll get that fixed. |
This is now fixed on JRuby master. |
Validated the fix https://travis-ci.org/rails/rails/jobs/359123642 Thank you. |
CI with jruby-head for actionpack has been failing at Travis https://travis-ci.org/rails/rails/jobs/356541503
Steps to reproduce
I think this is not specific to
routes_test.rb
. It could reproduce almost every test.Expected behavior
Tell us what should happen
Actual behavior
System configuration
Rails version:master branch
Ruby version:jruby 9.2.0.0-SNAPSHOT (2.4.1) 2018-03-15 36b44df Java HotSpot(TM) 64-Bit Server VM 25.161-b12 on 1.8.0_161-b12 [linux-x86_64]
The text was updated successfully, but these errors were encountered: