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 "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
|
||||||
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
|
||||||
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
|
||||||
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
|
||||||
sqlite3
|
sqlite3
|
||||||
stamp
|
stamp
|
||||||
therubyracer
|
therubyracer
|
||||||
|
thin
|
||||||
turn
|
turn
|
||||||
uglifier
|
uglifier
|
||||||
will_paginate (~> 3.0)
|
will_paginate (~> 3.0)
|
||||||
|
|
Loading…
Reference in a new issue