It appears that the new cedar stack may not support the memcache gem which is included in the gemspec. I tried including Dalli but I realized that I did not inherently have libsasl2-dev which meant the compile phase was failing with something like this:
rlibmemcached_wrap.c:13777: error: ‘SASL_OK’ undeclared (first use in this function)
I believe you tried to get around this before by not enforcing the memcache gem require in the Gemfile but since you still include it in the gemspec and call the gemspec in the Gemfile it's not quite working the way I would expect. Do you know of a workaround for this?
It appears that the new cedar stack may not support the memcache gem which is included in the gemspec. I tried including Dalli but I realized that I did not inherently have libsasl2-dev which meant the compile phase was failing with something like this:
rlibmemcached_wrap.c:13777: error: ‘SASL_OK’ undeclared (first use in this function)
I believe you tried to get around this before by not enforcing the memcache gem require in the Gemfile but since you still include it in the gemspec and call the gemspec in the Gemfile it's not quite working the way I would expect. Do you know of a workaround for this?