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

12 lines
294 B
Diff
Raw Normal View History

2017-08-20 00:17:22 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-03-18 12:27:51 +05:30
@@ -399,7 +399,7 @@
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'
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
2018-03-18 12:27:51 +05:30
gem 'flipper', '~> 0.11.0'