<danieljrubyquest>
I can just keep removing Gems from the Gemfile, and I'll just get the error for a new gem every time
<danieljrubyquest>
Oddly, I cannot reproduce any issue running `bundle exec bundle install` locally, or when that runs for tests / builds in CI. I only encounter this issue trying to actually run the app in a staging environment, when `Bundler.setup` is invoked in `boot.rb`
<danieljrubyquest>
So for debugging here I'm tailing log files on a box that is trying to start the app over and over and failing with the above
<danieljrubyquest>
For the local repros, I'm on a mac
<headius>
I do notice both of those are gems with extensions
<headius>
Can you come up with a Gemfile that reproduces it outside your environment?
<headius>
It seems like a bundler problem but I have not seen one like this in a while