From 1f516b8f3e6c3192e17fd13452b46ea2b44340cc Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sun, 22 Mar 2020 21:39:07 +0530 Subject: [PATCH] Relax dependency on ruby-method-source --- debian/patches/0350-relax-method-source.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/0350-relax-method-source.patch diff --git a/debian/patches/0350-relax-method-source.patch b/debian/patches/0350-relax-method-source.patch new file mode 100644 index 0000000000..609b93a5fd --- /dev/null +++ b/debian/patches/0350-relax-method-source.patch @@ -0,0 +1,11 @@ +--- a/Gemfile ++++ b/Gemfile +@@ -321,7 +321,7 @@ + + # Metrics + group :metrics do +- gem 'method_source', '~> 0.8', require: false ++ gem 'method_source', '~> 1.0', require: false + gem 'influxdb', '~> 0.2', require: false + + # Prometheus diff --git a/debian/patches/series b/debian/patches/series index 80434a2f4f..868c5e3a26 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,6 +3,7 @@ 0110-make-test-dependencies-conditional.patch 0340-relax-httparty.patch 0350-relax-rdoc.patch +0350-relax-method-source.patch 0430-remove-gitlab-markup.patch 0440-remove-puma.patch 0460-embed-derailed-benchmarks.patch