Jruby with 1.9.3

using JRUBY_OPTS=–1.9
one can specifiy jruby to use 1.9 vs the default 1.8; however, the
specific
minor release or patch level cannot be specified. is that by designed?
or
is there a way (like with RVM, to specify exactly which version of ruby
to
run?

if not, when will 1.9.3 be available? currently when specifying 1.9, i
get
the following:
$ jruby --version
jruby 1.6.7 (ruby-1.9.2-p312) (2012-02-22 3e82bc8) (OpenJDK 64-Bit
Server
VM 1.6.0_22) [linux-amd64-java]


Thank You,
Matthew P.


Matthew P.
[email protected]
443.848.1595

“Lead, follow, or get out of the way.” – Thomas Paine
“Make everything as simple as possible, but not simpler.” – Albert
Einstein
“The definition of insanity is doing the same thing over and over and
expecting a different result.” – Benjamin Franklin
“We can’t solve problems by using the same kind of thinking we used when
we
created them.” – Albert Einstein

JRuby 1.6.x supports 1.9.2 only. JRuby 1.7 (master) will support 1.9.3
features and stdlib.

  • Charlie

On Sat, Mar 3, 2012 at 4:18 PM, Matthew P.