mirror of https://github.com/rails/rails
Merge pull request #52086 from y-yagi/bring_back_pumarb_to_app_update
Bring back `puma.rb` to target of `app:update`
This commit is contained in:
commit
2ebb508cd8
|
@ -128,7 +128,7 @@ module Rails
|
|||
template "application.rb"
|
||||
template "environment.rb"
|
||||
template "cable.yml" unless options[:update] || options[:skip_action_cable]
|
||||
template "puma.rb" unless options[:update]
|
||||
template "puma.rb"
|
||||
template "storage.yml" unless options[:update] || skip_active_storage?
|
||||
|
||||
directory "environments"
|
||||
|
|
Loading…
Reference in New Issue