added thin
This commit is contained in:
parent
b98a310def
commit
b19a04f53c
2 changed files with 8 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -19,6 +19,7 @@ gem "inifile"
|
|||
gem "net-ssh"
|
||||
gem "albino", :git => "git://github.com/randx/albino.git"
|
||||
gem "kaminari"
|
||||
gem "thin"
|
||||
|
||||
group :assets do
|
||||
gem 'sass-rails', " ~> 3.1.0"
|
||||
|
|
|
@ -83,6 +83,7 @@ GEM
|
|||
execjs
|
||||
coffee-script-source (1.1.2)
|
||||
columnize (0.3.4)
|
||||
daemons (1.1.4)
|
||||
database_cleaner (0.6.7)
|
||||
devise (1.4.7)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
|
@ -90,6 +91,7 @@ GEM
|
|||
warden (~> 1.0.3)
|
||||
diff-lcs (1.1.3)
|
||||
erubis (2.7.0)
|
||||
eventmachine (0.12.10)
|
||||
execjs (1.2.6)
|
||||
multi_json (~> 1.0)
|
||||
faker (0.9.5)
|
||||
|
@ -209,6 +211,10 @@ GEM
|
|||
stamp (0.1.6)
|
||||
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)
|
||||
|
@ -261,6 +267,7 @@ DEPENDENCIES
|
|||
sqlite3
|
||||
stamp
|
||||
therubyracer
|
||||
thin
|
||||
turn
|
||||
uglifier
|
||||
will_paginate (~> 3.0)
|
||||
|
|
Loading…
Reference in a new issue