debian-mirror-gitlab/debian/patches/0120-remove-tracing-group.patch
2019-03-04 21:29:59 +05:30

15 lines
327 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -304,12 +304,6 @@
gem 'raindrops', '~> 0.18'
end
-group :tracing do
- # OpenTracing
- gem 'opentracing', '~> 0.4.3'
- gem 'jaeger-client', '~> 0.10.0'
-end
-
if ENV["INCLUDE_TEST_DEPENDS"] == "true"
gem 'bootsnap', '~> 1.3'
gem 'bullet', '~> 5.5', require: !!ENV['ENABLE_BULLET']