Use Flipper 0.21.0
This allows us to remove a custom patch that has now been accepted upstream.
Showing
... | ... | @@ -488,9 +488,9 @@ gem 'google-protobuf', '~> 3.15.8' |
gem 'toml-rb', '~> 1.0.0' | ||
# Feature toggles | ||
gem 'flipper', '~> 0.17.1' | ||
gem 'flipper-active_record', '~> 0.17.1' | ||
gem 'flipper-active_support_cache_store', '~> 0.17.1' | ||
gem 'flipper', '~> 0.21.0' | ||
gem 'flipper-active_record', '~> 0.21.0' | ||
gem 'flipper-active_support_cache_store', '~> 0.21.0' | ||
gem 'unleash', '~> 0.1.5' | ||
gem 'gitlab-experiment', '~> 0.5.4' | ||
... | ... |
Please register or sign in to comment