--- Gemfile.orig	2015-04-02 19:40:25.929698000 +0000
+++ Gemfile	2015-04-02 19:41:11.539003000 +0000
@@ -44,6 +44,9 @@
   gem "activerecord-jdbc-adapter", "~> 1.3.2"
 end
 
+# Thin webserver
+gem "thin", "~> 1.6.2"
+
 # Include database gems for the adapters found in the database
 # configuration file
 require 'erb'
