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

12 lines
236 B
Diff
Raw Normal View History

2017-08-20 00:17:22 +05:30
--- a/Gemfile
+++ b/Gemfile
2017-09-10 18:21:32 +05:30
@@ -384,7 +384,7 @@
2017-08-20 00:17:22 +05:30
# Gitaly GRPC client
2017-09-10 18:21:32 +05:30
gem 'gitaly', '~> 0.26.0'
2017-08-20 00:17:22 +05:30
-gem 'toml-rb', '~> 0.3.15', require: false
+gem 'toml-rb', '>= 0.3.15', require: false
2017-09-10 18:21:32 +05:30
# Feature toggles
gem 'flipper', '~> 0.10.2'