We have a fairly vanilla app deployed on Heroku, cedar stack, and just started using concurrent-ruby. We are seeing logs like this: ``` Compiled extensions not installed, pure Ruby Atomic will be used. ``` There's nothing suspicious in the output from the actual deployment (meaning the git push to heroku). Is this the correct behavior, or should the C versions be found and used?