Skip to content

Commit

Permalink
Revert "try puma 2.0.0.b3 to fix hanging web process"
Browse files Browse the repository at this point in the history
This reverts commit 0da3a55.
  • Loading branch information
hone committed Nov 29, 2012
1 parent 0da3a55 commit 21ee67d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'lock-smith'
gem 'metriks'
gem 'metriks-middleware'
gem 'pg'
gem 'puma', '2.0.0.b3'
gem 'puma'
gem 'rack-timeout'
gem 'rake'
gem 'sequel'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
multi_json (1.3.6)
multipart-post (1.1.5)
pg (0.14.1)
puma (2.0.0.b3)
puma (1.6.3)
rack (~> 1.2)
rack (1.4.1)
rack-protection (1.2.0)
Expand Down Expand Up @@ -65,7 +65,7 @@ DEPENDENCIES
metriks
metriks-middleware
pg
puma (= 2.0.0.b3)
puma
rack-test
rack-timeout
rake
Expand Down

0 comments on commit 21ee67d

Please sign in to comment.