Skip to content

Commit

Permalink
Replace unicorn with puma
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 1, 2017
1 parent 28016d7 commit 6942184
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'bundler'
gem 'jekyll'
gem 'rack-jekyll'
gem 'kramdown'
gem 'unicorn'
gem 'puma'

# Gems to generate RailsGuides HTML from MD
gem 'rake'
Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ GEM
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kgio (2.11.0)
kindlerb (0.1.1)
mustache
nokogiri
Expand Down Expand Up @@ -106,6 +105,7 @@ GEM
byebug (~> 9.0)
pry (~> 0.10)
public_suffix (2.0.4)
puma (3.6.2)
rack (2.0.1)
rack-jekyll (0.3.5)
jekyll
Expand All @@ -117,7 +117,6 @@ GEM
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
raindrops (0.17.0)
rake (12.0.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
Expand Down Expand Up @@ -153,9 +152,6 @@ GEM
rspec (>= 3.0, < 4.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicorn (5.2.0)
kgio (~> 2.6)
raindrops (~> 0.7)
websocket (1.2.3)
wraith (4.0.0)
anemone
Expand Down Expand Up @@ -183,12 +179,12 @@ DEPENDENCIES
newrelic_rpm
nokogiri
pry-byebug
puma
rack-jekyll
rake
rb-readline
rspec
turnip
unicorn
wraith

RUBY VERSION
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: bundle exec unicorn -p $PORT -c ./unicorn.rb
web: bundle exec puma -t 8:32 -w 3 -p $PORT
1 change: 0 additions & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require 'rack/jekyll'
require 'yaml'
run Rack::Jekyll.new
3 changes: 0 additions & 3 deletions unicorn.rb

This file was deleted.

0 comments on commit 6942184

Please sign in to comment.