debian-mirror-gitlab/debian/patches/0350-relax-method-source.patch

14 lines
285 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
Allow newer version to satisfy requirement
2020-03-22 21:39:07 +05:30
--- a/Gemfile
+++ b/Gemfile
2020-07-29 00:16:15 +05:30
@@ -323,7 +323,7 @@
2020-03-22 21:39:07 +05:30
# Metrics
group :metrics do
- gem 'method_source', '~> 0.8', require: false
+ gem 'method_source', '~> 1.0', require: false
# Prometheus
2020-05-24 23:50:06 +05:30
gem 'prometheus-client-mmap', '~> 0.10.0'