diff --git a/Gemfile b/Gemfile index 46bc76b..b0dbd1b 100644 --- a/Gemfile +++ b/Gemfile @@ -26,4 +26,5 @@ end group :production do gem 'pg' gem 'uglifier' + gem 'thin' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4063c6d..34a2011 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,6 +52,7 @@ GEM activesupport (~> 3.0) daemons erubis (2.7.0) + eventmachine (0.12.10) execjs (1.2.9) multi_json (~> 1.0) haml (3.1.3) @@ -104,6 +105,10 @@ GEM tilt (~> 1.1, != 1.3.0) therubyracer (0.9.4) libv8 (~> 3.3.10) + thin (1.2.11) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) @@ -132,4 +137,5 @@ DEPENDENCIES rails (= 3.1.0) sass therubyracer + thin uglifier