debian-mirror-gitlab/debian/patches/0270-relax-toml-rb.patch

9 lines
186 B
Diff
Raw Normal View History

2017-08-20 00:17:22 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -310,4 +310,4 @@
# Gitaly GRPC client
gem 'gitaly', '~> 0.6.0'
-gem 'toml-rb', '~> 0.3.15', require: false
+gem 'toml-rb', '>= 0.3.15', require: false