[Rails] Problem: jruby -S bundle install - tries to build native extension of yajl-ruby

2012-04-02 Thread Jedrin
I am trying to build a rails app I wrote in JRuby. When I run bundle install it errors out on yajl-ruby trying to build it as a native extension. I think it must have some dependency with a different gem. How can I figure out what is causing it to want to use that gem or how to work around it

Re: [Rails] Problem: jruby -S bundle install - tries to build native extension of yajl-ruby

2012-04-02 Thread Hassan Schroeder
On Mon, Apr 2, 2012 at 11:42 AM, Jedrin jrubia...@gmail.com wrote:  I am trying to build a rails app I wrote in JRuby. When I run bundle install it errors out on  yajl-ruby trying to build it as a native extension. I think it must have some dependency with a different gem. How can I figure