On Mon, Apr 2, 2012 at 11:42 AM, Jedrin <jrubiando@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 out what is causing it to want to use that gem
Off the top of my head:
Assuming you're using rvm, create a separate gemset and do your
`bundle install` with MRI and then examine the Gemfile.lock that's
been built.
And for a graphical good time, use `bundle viz` :-)
HTH,
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment