chore(yabeda): add yabeda puma
This commit is contained in:
parent
3042759aa0
commit
c5264973fc
2 changed files with 8 additions and 0 deletions
|
@ -845,6 +845,10 @@ GEM
|
|||
prometheus-client (>= 3.0, < 5.0)
|
||||
rack
|
||||
yabeda (~> 0.10)
|
||||
yabeda-puma-plugin (0.7.1)
|
||||
json
|
||||
puma
|
||||
yabeda (~> 0.5)
|
||||
yabeda-rails (0.9.0)
|
||||
activesupport
|
||||
anyway_config (>= 1.3, < 3)
|
||||
|
@ -1007,6 +1011,7 @@ DEPENDENCIES
|
|||
webrick
|
||||
yabeda-graphql
|
||||
yabeda-prometheus
|
||||
yabeda-puma-plugin
|
||||
yabeda-rails
|
||||
yabeda-sidekiq
|
||||
zipline
|
||||
|
|
|
@ -43,3 +43,6 @@ end
|
|||
|
||||
# Allow puma to be restarted by `rails restart` command.
|
||||
plugin :tmp_restart
|
||||
|
||||
activate_control_app
|
||||
plugin :yabeda
|
||||
|
|
Loading…
Reference in a new issue