Skip to content

Commit

Permalink
Downgrade puma gem version from 4.3.1 to 3.12.2
Browse files Browse the repository at this point in the history
- Cannot boot puma workers

from puma.log on AWS EB
--
=== puma startup: 2019-12-09 12:47:04 +0000 ===
=== puma startup: 2019-12-09 12:47:04 +0000 ===
[19558] Early termination of worker
[19600] Early termination of worker
[19619] Early termination of worker
[19635] Early termination of worker
[19640] Early termination of worker
[19646] Early termination of worker
[19654] Early termination of worker
[19659] Early termination of worker

puma/puma#2018
puma/puma#1893
  • Loading branch information
rokumatsumoto committed Dec 9, 2019
1 parent 9e0fbad commit d0979ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -33,7 +33,7 @@ gem 'mini_mime', '~> 1.0', '>= 1.0.1'
gem 'oj', '~> 3.9', '>= 3.9.2' # Speed up JSON processes
gem 'pagy', '~> 3.7' # Update pagy.js file also
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 4.3', '>= 4.3.1'
gem 'puma', '~> 3.12', '>= 3.12.2'
gem 'pundit', '~> 2.0', '>= 2.0.1' # Authorization
gem 'rails', '5.2.3'
gem 'recaptcha', '~> 4.14' # Spam and anti-bot protection
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Expand Up @@ -325,8 +325,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.1)
puma (4.3.1)
nio4r (~> 2.0)
puma (3.12.2)
pundit (2.0.1)
activesupport (>= 3.0.0)
pundit-matchers (1.6.0)
Expand Down Expand Up @@ -576,7 +575,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pry-byebug (~> 3.6)
pry-rails (~> 0.3.9)
puma (~> 4.3, >= 4.3.1)
puma (~> 3.12, >= 3.12.2)
pundit (~> 2.0, >= 2.0.1)
pundit-matchers (~> 1.6)
rack-mini-profiler!
Expand Down

0 comments on commit d0979ac

Please sign in to comment.