relax flipper dependencies
This commit is contained in:
parent
7184853716
commit
2d746ee9a2
2 changed files with 16 additions and 0 deletions
15
debian/patches/0392-relax-flipper.patch
vendored
Normal file
15
debian/patches/0392-relax-flipper.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue