Update flipper to 0.11.0 and take advantage of the new features
- Added an ActiveSupport (using Rails.cache) caching adapter - Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/ - Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.mdSigned-off-by: Rémy Coutable <remy@rymai.me>
Showing
... | ... | @@ -405,8 +405,9 @@ gem 'gitaly-proto', '~> 0.59.0', require: 'gitaly' |
gem 'toml-rb', '~> 0.3.15', require: false | ||
# Feature toggles | ||
gem 'flipper', '~> 0.10.2' | ||
gem 'flipper-active_record', '~> 0.10.2' | ||
gem 'flipper', '~> 0.11.0' | ||
gem 'flipper-active_record', '~> 0.11.0' | ||
gem 'flipper-active_support_cache_store', '~> 0.11.0' | ||
# Structured logging | ||
gem 'lograge', '~> 0.5' | ||
... | ... |
Please register or sign in to comment