diff --git a/debian/patches/0120-remove-tracing-group.patch b/debian/patches/0120-remove-tracing-group.patch new file mode 100644 index 0000000000..c4c0cd9291 --- /dev/null +++ b/debian/patches/0120-remove-tracing-group.patch @@ -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'] diff --git a/debian/patches/0220-relax-webmock.patch b/debian/patches/0220-relax-webmock.patch index c5ffe3e406..4d0e417f30 100644 --- a/debian/patches/0220-relax-webmock.patch +++ b/debian/patches/0220-relax-webmock.patch @@ -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' diff --git a/debian/patches/0450-remove-bullet.patch b/debian/patches/0450-remove-bullet.patch index d294e88502..43d76ecef7 100644 --- a/debian/patches/0450-remove-bullet.patch +++ b/debian/patches/0450-remove-bullet.patch @@ -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' diff --git a/debian/patches/series b/debian/patches/series index 0f05814beb..77a2f8987f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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