Skip to content

Commit

Permalink
use passenger
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 7, 2014
1 parent b02c1cf commit 8110107
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'rake', '~> 10.0'
gem 'jekyll', '>= 1.0.2'
gem 'kramdown'

gem 'thin'
gem 'passenger'
gem 'rack-jekyll'
gem 'rack-rewrite'

Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Expand Up @@ -7,8 +7,7 @@ GEM
colorator (0.1)
commander (4.1.5)
highline (~> 1.6.11)
daemons (1.1.9)
eventmachine (1.0.3)
daemon_controller (1.1.8)
fast-stemmer (1.0.2)
ffi (1.9.3)
highline (1.6.20)
Expand All @@ -35,6 +34,10 @@ GEM
mini_portile (~> 0.5.0)
parslet (1.5.0)
blankslate (~> 2.0)
passenger (4.0.37)
daemon_controller (>= 1.1.0)
rack
rake (>= 0.8.1)
posix-spawn (0.3.8)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
Expand All @@ -54,10 +57,6 @@ GEM
safe_yaml (0.9.7)
spidr (0.4.1)
nokogiri (~> 1.3)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
toml (0.1.0)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)
Expand All @@ -68,8 +67,8 @@ PLATFORMS
DEPENDENCIES
jekyll (>= 1.0.2)
kramdown
passenger
rack-jekyll
rack-rewrite
rake (~> 10.0)
spidr (~> 0.4)
thin
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: bundle exec thin start -p $PORT -e $RACK_ENV
web: bundle exec passenger start -p $PORT --max-pool-size 3

0 comments on commit 8110107

Please sign in to comment.