add thin to the bundle so that we can use bundle exec thin
This commit is contained in:
parent
d8da87cbd9
commit
b2b9722d6a
4 changed files with 8 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -32,6 +32,8 @@ group :development_async, :production do
|
||||||
# async http requires
|
# async http requires
|
||||||
gem 'em-http-request',:git => 'git://github.com/igrigorik/em-http-request.git', :require => 'em-http'
|
gem 'em-http-request',:git => 'git://github.com/igrigorik/em-http-request.git', :require => 'em-http'
|
||||||
gem 'addressable', :require => 'addressable/uri'
|
gem 'addressable', :require => 'addressable/uri'
|
||||||
|
|
||||||
|
gem 'thin', '~> 1.2.7'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
@ -70,6 +70,7 @@ GEM
|
||||||
closure-compiler (0.3.3)
|
closure-compiler (0.3.3)
|
||||||
compass (0.10.5)
|
compass (0.10.5)
|
||||||
haml (>= 3.0.4)
|
haml (>= 3.0.4)
|
||||||
|
daemons (1.1.0)
|
||||||
diff-lcs (1.1.2)
|
diff-lcs (1.1.2)
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
|
@ -127,6 +128,10 @@ GEM
|
||||||
rspec-rails (2.0.0.beta.22)
|
rspec-rails (2.0.0.beta.22)
|
||||||
rspec (= 2.0.0.beta.22)
|
rspec (= 2.0.0.beta.22)
|
||||||
ruby-hmac (0.4.0)
|
ruby-hmac (0.4.0)
|
||||||
|
thin (1.2.7)
|
||||||
|
daemons (>= 1.0.9)
|
||||||
|
eventmachine (>= 0.12.6)
|
||||||
|
rack (>= 1.0.0)
|
||||||
thor (0.14.2)
|
thor (0.14.2)
|
||||||
treetop (1.4.8)
|
treetop (1.4.8)
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
|
@ -158,5 +163,6 @@ DEPENDENCIES
|
||||||
rails_warden (~> 0.5.2)
|
rails_warden (~> 0.5.2)
|
||||||
rdiscount (~> 1.6.5)
|
rdiscount (~> 1.6.5)
|
||||||
rspec-rails (~> 2.0.0.beta.22)
|
rspec-rails (~> 2.0.0.beta.22)
|
||||||
|
thin (~> 1.2.7)
|
||||||
warden (~> 1.0.1)
|
warden (~> 1.0.1)
|
||||||
will_paginate (~> 3.0.pre2)
|
will_paginate (~> 3.0.pre2)
|
||||||
|
|
BIN
vendor/cache/daemons-1.1.0.gem
vendored
Normal file
BIN
vendor/cache/daemons-1.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/thin-1.2.7.gem
vendored
Normal file
BIN
vendor/cache/thin-1.2.7.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue