Skip to content

Commit

Permalink
Lock puma to < 5 whilst we rework init.d script
Browse files Browse the repository at this point in the history
The daemonization code was removed in puma/puma#2170 which is the
right thing to do but we'll need to switch to a systemd script so
lock to a previous version while we get that sorted.
  • Loading branch information
pixeltrix committed Jan 28, 2021
1 parent 75263d2 commit 08152f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -70,5 +70,5 @@ group :test do
end

group :production do
gem 'puma'
gem 'puma', '< 5'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -269,7 +269,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.3)
puma (5.1.1)
puma (4.3.7)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -442,7 +442,7 @@ DEPENDENCIES
paperclip
pg
pry
puma
puma (< 5)
rails (= 6.1.1)
rails-controller-testing
rake
Expand Down

0 comments on commit 08152f9

Please sign in to comment.