add yadeba sidekiq and prometheus
This commit is contained in:
parent
96e77c81c5
commit
3fbc96e4e0
2 changed files with 21 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -100,6 +100,8 @@ gem 'ulid-ruby', require: 'ulid'
|
||||||
gem 'view_component'
|
gem 'view_component'
|
||||||
gem 'vite_rails'
|
gem 'vite_rails'
|
||||||
gem 'warden'
|
gem 'warden'
|
||||||
|
gem 'yabeda-prometheus'
|
||||||
|
gem 'yabeda-sidekiq'
|
||||||
gem 'zipline'
|
gem 'zipline'
|
||||||
gem 'zxcvbn-ruby', require: 'zxcvbn'
|
gem 'zxcvbn-ruby', require: 'zxcvbn'
|
||||||
|
|
||||||
|
|
19
Gemfile.lock
19
Gemfile.lock
|
@ -120,6 +120,8 @@ GEM
|
||||||
ancestry (4.3.3)
|
ancestry (4.3.3)
|
||||||
activerecord (>= 5.2.6)
|
activerecord (>= 5.2.6)
|
||||||
anchored (1.1.0)
|
anchored (1.1.0)
|
||||||
|
anyway_config (2.6.3)
|
||||||
|
ruby-next-core (~> 1.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
attr_required (1.0.2)
|
attr_required (1.0.2)
|
||||||
axe-core-api (4.8.2)
|
axe-core-api (4.8.2)
|
||||||
|
@ -226,6 +228,7 @@ GEM
|
||||||
dry-core (1.0.1)
|
dry-core (1.0.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
|
dry-initializer (3.1.1)
|
||||||
dry-monads (1.6.0)
|
dry-monads (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-core (~> 1.0, < 2)
|
dry-core (~> 1.0, < 2)
|
||||||
|
@ -493,6 +496,7 @@ GEM
|
||||||
actionmailer (>= 3)
|
actionmailer (>= 3)
|
||||||
net-smtp
|
net-smtp
|
||||||
premailer (~> 1.7, >= 1.7.9)
|
premailer (~> 1.7, >= 1.7.9)
|
||||||
|
prometheus-client (4.2.2)
|
||||||
promise.rb (0.7.4)
|
promise.rb (0.7.4)
|
||||||
psych (5.1.2)
|
psych (5.1.2)
|
||||||
stringio
|
stringio
|
||||||
|
@ -651,6 +655,7 @@ GEM
|
||||||
rubocop-factory_bot (~> 2.22)
|
rubocop-factory_bot (~> 2.22)
|
||||||
ruby-graphviz (1.2.5)
|
ruby-graphviz (1.2.5)
|
||||||
rexml
|
rexml
|
||||||
|
ruby-next-core (1.0.2)
|
||||||
ruby-pg-extras (5.3.1)
|
ruby-pg-extras (5.3.1)
|
||||||
pg
|
pg
|
||||||
terminal-table
|
terminal-table
|
||||||
|
@ -821,6 +826,18 @@ GEM
|
||||||
nokogiri (~> 1.11)
|
nokogiri (~> 1.11)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
yabeda (0.12.0)
|
||||||
|
anyway_config (>= 1.0, < 3)
|
||||||
|
concurrent-ruby
|
||||||
|
dry-initializer
|
||||||
|
yabeda-prometheus (0.9.1)
|
||||||
|
prometheus-client (>= 3.0, < 5.0)
|
||||||
|
rack
|
||||||
|
yabeda (~> 0.10)
|
||||||
|
yabeda-sidekiq (0.12.0)
|
||||||
|
anyway_config (>= 1.3, < 3)
|
||||||
|
sidekiq
|
||||||
|
yabeda (~> 0.6)
|
||||||
zeitwerk (2.6.13)
|
zeitwerk (2.6.13)
|
||||||
zip_tricks (5.6.0)
|
zip_tricks (5.6.0)
|
||||||
zipline (1.5.0)
|
zipline (1.5.0)
|
||||||
|
@ -969,6 +986,8 @@ DEPENDENCIES
|
||||||
warden
|
warden
|
||||||
web-console
|
web-console
|
||||||
webmock
|
webmock
|
||||||
|
yabeda-prometheus
|
||||||
|
yabeda-sidekiq
|
||||||
zipline
|
zipline
|
||||||
zxcvbn-ruby
|
zxcvbn-ruby
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue