In the past, I could exit my rails application launched using webbrick using CTRL+C. At some point in development, this functionality broke (CTRL+C does nothing now). I'm lead to believe this was caused by changes in one of my gem dependencies, as the problem is also present when checking out a really old version of the application, using the current gemset.
My question is: how can I fix this problem, or at least find the out what is causing it?