The docs state that jruby is currently not supported, but I can gem install mustermann just fine. Is it ready for use with jruby after all?
I have tried to run the specs on jruby, but this fails because the redcarpet gem required by support is not compatible (it relies on posix-spawn). If I disable the redcarpet dependency in the gemspec, the specs run but result in 23 failures. I take it that is not related to removingredcarpet (since else I should be seeing errors concerning that)?
If not that, can you indicate what needs to happen to fully support jruby? I would be interested in getting that running so when can upgrade gollum to sinatra v2.
The docs state that
jrubyis currently not supported, but I cangem install mustermannjust fine. Is it ready for use withjrubyafter all?I have tried to run the specs on
jruby, but this fails because theredcarpetgem required bysupportis not compatible (it relies onposix-spawn). If I disable theredcarpetdependency in the gemspec, the specs run but result in 23 failures. I take it that is not related to removingredcarpet(since else I should be seeing errors concerning that)?If not that, can you indicate what needs to happen to fully support
jruby? I would be interested in getting that running so when can upgrade gollum tosinatra v2.