Skip to content
Snippets Groups Projects
Commit 4c9e7453 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

Remove tracing group from Gemfile

parent 0ae906ad
No related branches found
No related tags found
No related merge requests found
--- 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']
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -368,7 +368,7 @@ @@ -362,7 +362,7 @@
gem 'shoulda-matchers', '~> 3.1', '>= 3.1.2', require: false gem 'shoulda-matchers', '~> 3.1', '>= 3.1.2', require: false
gem 'email_spec', '~> 2.2' gem 'email_spec', '~> 2.2'
gem 'json-schema', '~> 2.8' gem 'json-schema', '~> 2.8'
......
--- a/Gemfile --- a/Gemfile
+++ b/Gemfile +++ b/Gemfile
@@ -305,7 +305,6 @@ @@ -299,7 +299,6 @@
if ENV["INCLUDE_TEST_DEPENDS"] == "true" if ENV["INCLUDE_TEST_DEPENDS"] == "true"
gem 'bootsnap', '~> 1.3' gem 'bootsnap', '~> 1.3'
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
0100-remove-development-test.patch 0100-remove-development-test.patch
0108-make-mysql-optional.patch 0108-make-mysql-optional.patch
0110-make-test-dependencies-conditional.patch 0110-make-test-dependencies-conditional.patch
0120-remove-tracing-group.patch
0220-relax-webmock.patch 0220-relax-webmock.patch
0290-skip-peek-mysql2.patch 0290-skip-peek-mysql2.patch
0340-relax-httparty.patch 0340-relax-httparty.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment