在MacOS mojave中 gem install rgeo 安装和在irb RGeo::Geos.supported? 返回 true
gem install rgeo
RGeo::Geos.supported?
true
现在做完 bundle install 并通过 bundle exec rails c它返回false。
bundle install
bundle exec rails c
如何解决bundler和rgeo geos支持这个问题?
我也有同样的问题,我是通过删除我的bootsnap缓存来解决的,所以如果你也在使用bootsnap,这可能会有用。
rm -rf tmp/cache/bootsnap-*