Skip to content

Commit

Permalink
chore(yabeda): add yabeda puma
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSim committed Apr 22, 2024
1 parent 3042759 commit c526497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -1007,6 +1011,7 @@ DEPENDENCIES
webrick
yabeda-graphql
yabeda-prometheus
yabeda-puma-plugin
yabeda-rails
yabeda-sidekiq
zipline
Expand Down
3 changes: 3 additions & 0 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@

# Allow puma to be restarted by `rails restart` command.
plugin :tmp_restart

activate_control_app
plugin :yabeda

0 comments on commit c526497

Please sign in to comment.