Patch Gemfile to use embedded jaeger-client

This commit is contained in:
Sruthi Chandran 2019-03-14 13:24:35 +05:30
parent 5a90db87f7
commit d822bc8110
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -310,7 +310,7 @@
group :tracing do
# OpenTracing
gem 'opentracing', '0.4.3', path: 'vendor/gems/opentracing-0.4.3'
- gem 'jaeger-client', '~> 0.10.0'
+ gem 'jaeger-client', '0.10.0', path: 'vendor/gems/jaeger-client-0.10.0'
end
if ENV["INCLUDE_TEST_DEPENDS"] == "true"

View file

@ -25,5 +25,6 @@
0685-bump-fog.patch
0686-rails-5.1-embed.patch
0687-opentracing-embed.patch
0688-jaeger-client-embed.patch
0690-debian-usage-ping.patch
0700-add-salsa-link-to-help.patch