You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
I wanted to give our Rails app a try on Ruby 2.4.0 and got this error:
Gem Load Error is: wrong argument type Class (expected Module)
Backtrace for gem load error is:
/Users/olda/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/therubyracer-0.12.2/lib/v8/conversion.rb:26:in `include'
/Users/olda/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/therubyracer-0.12.2/lib/v8/conversion.rb:26:in `block (2 levels) in <top (required)>'
/Users/olda/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/therubyracer-0.12.2/lib/v8/conversion.rb:22:in `class_eval'
/Users/olda/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/therubyracer-0.12.2/lib/v8/conversion.rb:22:in `block in <top (re
...
Hello,
I wanted to give our Rails app a try on Ruby 2.4.0 and got this error:
So I investigated.
Ruby 2.4.0 prints:
Ruby 2.3.0 prints:
Is this the correct way to handle the new Integer class? (I copy-pasted the Fixnum one.)
I can make a PR if it's deemed worthy.
Thanks.
The text was updated successfully, but these errors were encountered: