Commit b19a04f5 authored by Valera Sizov's avatar Valera Sizov

added thin

parent b98a310d
...@@ -19,6 +19,7 @@ gem "inifile" ...@@ -19,6 +19,7 @@ gem "inifile"
gem "net-ssh" gem "net-ssh"
gem "albino", :git => "git://github.com/randx/albino.git" gem "albino", :git => "git://github.com/randx/albino.git"
gem "kaminari" gem "kaminari"
gem "thin"
group :assets do group :assets do
gem 'sass-rails', " ~> 3.1.0" gem 'sass-rails', " ~> 3.1.0"
......
...@@ -83,6 +83,7 @@ GEM ...@@ -83,6 +83,7 @@ GEM
execjs execjs
coffee-script-source (1.1.2) coffee-script-source (1.1.2)
columnize (0.3.4) columnize (0.3.4)
daemons (1.1.4)
database_cleaner (0.6.7) database_cleaner (0.6.7)
devise (1.4.7) devise (1.4.7)
bcrypt-ruby (~> 3.0) bcrypt-ruby (~> 3.0)
...@@ -90,6 +91,7 @@ GEM ...@@ -90,6 +91,7 @@ GEM
warden (~> 1.0.3) warden (~> 1.0.3)
diff-lcs (1.1.3) diff-lcs (1.1.3)
erubis (2.7.0) erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.2.6) execjs (1.2.6)
multi_json (~> 1.0) multi_json (~> 1.0)
faker (0.9.5) faker (0.9.5)
...@@ -209,6 +211,10 @@ GEM ...@@ -209,6 +211,10 @@ GEM
stamp (0.1.6) stamp (0.1.6)
therubyracer (0.9.4) therubyracer (0.9.4)
libv8 (~> 3.3.10) libv8 (~> 3.3.10)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.10) treetop (1.4.10)
...@@ -261,6 +267,7 @@ DEPENDENCIES ...@@ -261,6 +267,7 @@ DEPENDENCIES
sqlite3 sqlite3
stamp stamp
therubyracer therubyracer
thin
turn turn
uglifier uglifier
will_paginate (~> 3.0) will_paginate (~> 3.0)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment