Remove tracing group from Gemfile

This commit is contained in:
Pirate Praveen 2019-03-04 21:29:59 +05:30
parent 0ae906adad
commit 4c9e74537c
4 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,15 @@
--- 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']

View file

@ -1,6 +1,6 @@
--- a/Gemfile
+++ b/Gemfile
@@ -368,7 +368,7 @@
@@ -362,7 +362,7 @@
gem 'shoulda-matchers', '~> 3.1', '>= 3.1.2', require: false
gem 'email_spec', '~> 2.2'
gem 'json-schema', '~> 2.8'

View file

@ -1,6 +1,6 @@
--- a/Gemfile
+++ b/Gemfile
@@ -305,7 +305,6 @@
@@ -299,7 +299,6 @@
if ENV["INCLUDE_TEST_DEPENDS"] == "true"
gem 'bootsnap', '~> 1.3'

View file

@ -2,6 +2,7 @@
0100-remove-development-test.patch
0108-make-mysql-optional.patch
0110-make-test-dependencies-conditional.patch
0120-remove-tracing-group.patch
0220-relax-webmock.patch
0290-skip-peek-mysql2.patch
0340-relax-httparty.patch