debian-mirror-gitlab/debian/patches/0270-relax-toml-rb.patch
2017-08-20 00:17:22 +05:30

8 lines
186 B
Diff

--- 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