relax flipper dependencies

This commit is contained in:
Pirate Praveen 2018-03-19 14:22:20 +05:30
parent 7184853716
commit 2d746ee9a2
2 changed files with 16 additions and 0 deletions

15
debian/patches/0392-relax-flipper.patch vendored Normal file
View file

@ -0,0 +1,15 @@
--- a/Gemfile
+++ b/Gemfile
@@ -402,9 +402,9 @@
gem 'toml-rb', '>= 0.3.15', require: false
# Feature toggles
-gem 'flipper', '~> 0.11.0'
-gem 'flipper-active_record', '~> 0.11.0'
-gem 'flipper-active_support_cache_store', '~> 0.11.0'
+gem 'flipper', '~> 0.11'
+gem 'flipper-active_record', '~> 0.11'
+gem 'flipper-active_support_cache_store', '~> 0.11'
# Structured logging
gem 'lograge', '~> 0.5'

View file

@ -19,6 +19,7 @@ pid-log-paths.patch
0380-relax-google-api-client.patch
0390-relax-gitaly-proto.patch
0391-relax-google-protobuf.patch
0392-relax-flipper.patch
0410-set-webpack-root.patch
0420-use-system-libs.patch
890757.patch