I fee like I've seen that this was possible in some documentation before, but now I'm not able to find it. Is it possible to have a gemfile like:
gem "somegem", :interpreter => :MRI
gem "othergem", :interpreter => :macruby
etc, etc
I am needing this because in macruby some gems do not work, so it'd be great if you could get around that this way.