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)
|
prometheus-client (>= 3.0, < 5.0)
|
||||||
rack
|
rack
|
||||||
yabeda (~> 0.10)
|
yabeda (~> 0.10)
|
||||||
|
yabeda-puma-plugin (0.7.1)
|
||||||
|
json
|
||||||
|
puma
|
||||||
|
yabeda (~> 0.5)
|
||||||
yabeda-rails (0.9.0)
|
yabeda-rails (0.9.0)
|
||||||
activesupport
|
activesupport
|
||||||
anyway_config (>= 1.3, < 3)
|
anyway_config (>= 1.3, < 3)
|
||||||
|
@ -1007,6 +1011,7 @@ DEPENDENCIES
|
||||||
webrick
|
webrick
|
||||||
yabeda-graphql
|
yabeda-graphql
|
||||||
yabeda-prometheus
|
yabeda-prometheus
|
||||||
|
yabeda-puma-plugin
|
||||||
yabeda-rails
|
yabeda-rails
|
||||||
yabeda-sidekiq
|
yabeda-sidekiq
|
||||||
zipline
|
zipline
|
||||||
|
|
|
@ -43,3 +43,6 @@ end
|
||||||
|
|
||||||
# Allow puma to be restarted by `rails restart` command.
|
# Allow puma to be restarted by `rails restart` command.
|
||||||
plugin :tmp_restart
|
plugin :tmp_restart
|
||||||
|
|
||||||
|
activate_control_app
|
||||||
|
plugin :yabeda
|
||||||
|
|
Loading…
Add table
Reference in a new issue