Patch Gemfile to use embedded thrift
This commit is contained in:
parent
1730a38f1c
commit
9a2e7a3d17
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -310,7 +310,7 @@
|
||||
@@ -310,7 +310,8 @@
|
||||
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'
|
||||
+ gem 'thrift', '0.11.0.0', path: 'vendor/gems/thrift-0.11.0.0'
|
||||
end
|
||||
|
||||
if ENV["INCLUDE_TEST_DEPENDS"] == "true"
|
||||
|
|
Loading…
Reference in a new issue