Adding thin to production enviroment

This commit is contained in:
Gregory Eremin
2011-10-05 18:46:06 +04:00
parent 3b1cf7d651
commit 03ca130524
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -26,4 +26,5 @@ end
group :production do
gem 'pg'
gem 'uglifier'
gem 'thin'
end