I am trying to use this buildpack on my app. For some reason, the RGeo gem never compiles properly, though. It always tells me false when I ask RGeo::Geos.supported?. So I have been thinking why it could be, and I came across this line on RGeos README, which says that there needs to be a -- in front of the build options.
Hi there,
I am trying to use this buildpack on my app. For some reason, the RGeo gem never compiles properly, though. It always tells me false when I ask
RGeo::Geos.supported?
. So I have been thinking why it could be, and I came across this line on RGeos README, which says that there needs to be a--
in front of the build options.But I don't see that in the options echo'ed out bundle config file. Am I wrong? What else could it be?