Commit 4bd5b31c authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'add-comment-to-flipper-patch' into 'master'

Add comment to Flipper patch on when we can remove it

See merge request gitlab-org/gitlab!61403
parents 663c3439 01528c89
......@@ -4,6 +4,10 @@
# This class was already nested this way before moving to a separate file
class Feature
class ActiveSupportCacheStoreAdapter < Flipper::Adapters::ActiveSupportCacheStore
# This patch represents https://github.com/jnunemaker/flipper/pull/512. In
# Flipper 0.21.0 and later, we can remove this and just pass `write_through:
# true` to the constructor in `Feature.build_flipper_instance`.
extend ::Gitlab::Utils::Override
override :enable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment