Hi all,
I have searched and searched for this, to no avail. Maybe someone
here can give me a hand.
In my environment.rb, I added “config.gem” lines for a few gems that
my app requires. Then, I went ahead and called “rake gems:unpack” and
tried to deploy my app.
Problem is, if Kernel#gem is called to activate one of the gems I
unpacked, it fails. I know that you aren’t supposed to need to call
Kernel#gem after using config.gem, but third party libraries use
Kernel#gem all the time.
Needless to say this is a problem for me, because my app pretty much
fails to start.
For now, I’ve worked around this by patching the libraries that call
Kernel#gem, but for obvious reasons this isn’t an optimal solution.
Any ideas? Any help would be SUPER appreciated. Hope this makes
sense.
Thanks,
Taylor