Patch Gemfile to use embedded opentracing

This commit is contained in:
Sruthi Chandran 2019-03-14 13:14:13 +05:30
parent e027f55b03
commit d1412c0ef5
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -309,7 +309,7 @@
group :tracing do
# OpenTracing
- gem 'opentracing', '~> 0.4.3'
+ gem 'opentracing', '0.4.3', path: 'vendor/gems/opentracing-0.4.3'
gem 'jaeger-client', '~> 0.10.0'
end

View file

@ -24,5 +24,6 @@
0680-rails-5_2.patch
0685-bump-fog.patch
0686-rails-5.1-embed.patch
0687-opentracing-embed.patch
0690-debian-usage-ping.patch
0700-add-salsa-link-to-help.patch