Newer versions of thin and eventmachine
Created by: luxflux
Would it be possible to use newer version of thin and eventmachine? The build always fails with the current versions in Gemfile.lock. If I change Gemfile in the following way and run bundle update thin, the build works and I didn't expirience any problems with this newer version, yet:
-gem "thin"
+gem "thin", '~> 1.5.0'Platform is an Ubuntu 12.04 LTS. I think this is related to #1051 (closed).
Would be possible to update thin so that the native extension can be compiled without editing the files on every upgrade?