Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Use thin in production on Heroku, not webrick
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Dec 29, 2012
1 parent 00525d7 commit f9ca2a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ group :development, :test do
end end


group :heroku do group :heroku do
gem 'pg' gem "pg"
gem "thin"
end end
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ GEM
execjs execjs
coffee-script-source (1.3.3) coffee-script-source (1.3.3)
crack (0.3.1) crack (0.3.1)
daemons (1.1.9)
database_cleaner (0.8.0) database_cleaner (0.8.0)
diff-lcs (1.1.3) diff-lcs (1.1.3)
dynamic_form (1.1.4) dynamic_form (1.1.4)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.0.0)
excon (0.16.10) excon (0.16.10)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
Expand Down Expand Up @@ -223,6 +225,10 @@ GEM
nokogiri nokogiri
sunspot (= 1.3.3) sunspot (= 1.3.3)
sunspot_solr (1.3.3) sunspot_solr (1.3.3)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0) thor (0.16.0)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.12) treetop (1.4.12)
Expand Down Expand Up @@ -282,6 +288,7 @@ DEPENDENCIES
sqlite3 sqlite3
sunspot_rails sunspot_rails
sunspot_solr sunspot_solr
thin
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
vcr vcr
webmock webmock
Expand Down

0 comments on commit f9ca2a7

Please sign in to comment.