That might work, but I did have a problem last week with bundler,
because it starts a subprocess that won’t have those options.
Alternatively you can try
JRUBY_OPTS="–client -J-d32"
so that the options are inherited by the subprocess.
That might work, but I did have a problem last week with bundler, because it
starts a subprocess that won’t have those options. Alternatively you can try
JRUBY_OPTS="–client -J-d32"
Yep. That does the job.
I already had --1.9 option there. And only work on 1 JRuby project. So
that’s ok to go this path for now.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.