-
Notifications
You must be signed in to change notification settings - Fork 23
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 support #21
Comments
What rbenv Rubies have been installed? In particular, what does |
:) |
Thanks for the |
---
1.9.3-p194: !ruby/object:OpenStruct
table:
:ruby_version:
- 1
- 9
- 3
:gem_dir: !ruby/object:Pathname
path: /Users/sobrinho/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1
:gem_ruby_engine: ruby
:gem_ruby_version: 1.9.1
jruby-1.6.7.2: !ruby/object:OpenStruct
table:
:ruby_version:
- 1
- 9
- 2
:gem_dir: !ruby/object:Pathname
path: /Users/sobrinho/.rbenv/versions/jruby-1.6.7.2/lib/ruby/gems/1.8
:gem_ruby_engine: jruby
:gem_ruby_version: '1.9'
ree-1.8.7-2012.02: !ruby/object:OpenStruct
table:
:ruby_version:
- 1
- 8
- 7
:gem_dir: !ruby/object:Pathname
path: /Users/sobrinho/.rbenv/versions/ree-1.8.7-2012.02/lib/ruby/gems/1.8
:gem_ruby_engine: ruby
:gem_ruby_version: '1.8'
system: !ruby/object:OpenStruct
table:
:ruby_version:
- 1
- 8
- 7
:gem_dir: !ruby/object:Pathname
path: /Library/Ruby/Gems/1.8
:gem_ruby_engine: ruby
:gem_ruby_version: '1.8' @carsomyr this helps? :) |
Interesting... My |
…er claims JRuby 1.9.x as capable when it's not (lack of Kernel.fork) This should resolve issue #21.
I believe that your problem is fixed. Let me know if you get the same error. |
@carsomyr I'm using a .jrubyrb file containing that:
This makes jruby 1.9 compatible by default ;) Your last commit fixed the issue, thanks! |
…er claims JRuby 1.9.x as capable when it's not (lack of Kernel.fork) This should resolve issue carsomyr#21.
I didn't checked the source yet but fork isn't supported by jruby:
The text was updated successfully, but these errors were encountered: