raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
raeoks has joined #jruby
slyphon has quit [Ping timeout: 246 seconds]
slyphon has joined #jruby
slyphon has quit [Ping timeout: 268 seconds]
<kares>
enebo: good, btw. what is the difference between jruby.exe and jrubyw.exe (just curious) ?
slyphon has joined #jruby
_whitelogger has joined #jruby
Puffball has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
raeoks has joined #jruby
drbobbeaty has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
raeoks has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
raeoks has quit [Client Quit]
raeoks has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
raeoks has joined #jruby
Puffball has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
enebo has quit [Ping timeout: 244 seconds]
enebo has joined #jruby
shellac has joined #jruby
jmalves has joined #jruby
<jmalves>
Hey all! We are trying to test our rails application with JRuby 9.2.4.1 and when installing bundler we are getting. `java.lang.NoClassDefFoundError: Could not initialize class org.jruby.ext.psych.PsychEmitter`
<jmalves>
And it is true that when I explore the jruby jar I do not see any `psych` package in org.jruby.ext
<jmalves>
Shouldn't it be there? Any hints what might we be doing wrong?
fredmorcos has joined #jruby
Aethenelle has joined #jruby
<kares>
jmalves: sounds like a 'broken' build, but than you likely installed from the package or using rvm?
<kares>
those psych classes should like in a psych.jar under std-lib
<kares>
path is: lib/ruby/stdlib/psych.jar
<kares>
if it ain't there the package might be broken or smt gone wrong during install (e.g. rvm install)
<jmalves>
Instaled from the package, let me check the lib jar