Make structured logging private
This commit is contained in:
committed by
Jorge Manrubia
parent
03483a0526
commit
4c5640a655
@@ -40,7 +40,6 @@ gem "useragent", bc: "useragent"
|
||||
gem "mission_control-jobs"
|
||||
gem "sentry-ruby"
|
||||
gem "sentry-rails"
|
||||
gem "rails_structured_logging", bc: "rails-structured-logging"
|
||||
gem "yabeda"
|
||||
gem "yabeda-actioncable"
|
||||
gem "yabeda-activejob", github: "basecamp/yabeda-activejob", branch: "bulk-and-scheduled-jobs"
|
||||
@@ -78,6 +77,7 @@ end
|
||||
|
||||
group :saas, optional: true do
|
||||
gem "activeresource", require: "active_resource"
|
||||
gem "queenbee", git: "https://github.com/basecamp/queenbee-plugin"
|
||||
gem "fizzy-saas", path: "gems/fizzy-saas"
|
||||
gem "queenbee", bc: "queenbee-plugin"
|
||||
gem "fizzy-saas", bc: "fizzy-saas"
|
||||
gem "rails_structured_logging", bc: "rails-structured-logging"
|
||||
end
|
||||
|
||||
+9
-8
@@ -1,3 +1,12 @@
|
||||
GIT
|
||||
remote: https://github.com/basecamp/fizzy-saas
|
||||
revision: 00de8e2e1ae8e9df5e0a2acf4593a4e9a824c5c8
|
||||
specs:
|
||||
fizzy-saas (0.1.0)
|
||||
queenbee
|
||||
rails (>= 8.1.0.beta1)
|
||||
rails_structured_logging
|
||||
|
||||
GIT
|
||||
remote: https://github.com/basecamp/queenbee-plugin
|
||||
revision: 15faf03a876c5e66b67753d2e1ddb24f1eb5abb2
|
||||
@@ -131,14 +140,6 @@ GIT
|
||||
tsort (>= 0.2)
|
||||
zeitwerk (~> 2.6)
|
||||
|
||||
PATH
|
||||
remote: gems/fizzy-saas
|
||||
specs:
|
||||
fizzy-saas (0.1.0)
|
||||
queenbee
|
||||
rails (>= 8.1.0.beta1)
|
||||
rails_structured_logging
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
||||
Reference in New Issue
Block a user