Removes the cache and adds it to the gem
- This also introduces some tests to make sure that our cache config stays intact with the configuration. We can probably remove this at some point however.
Showing
... | ... | @@ -479,7 +479,7 @@ gem 'flipper', '~> 0.17.1' |
gem 'flipper-active_record', '~> 0.17.1' | ||
gem 'flipper-active_support_cache_store', '~> 0.17.1' | ||
gem 'unleash', '~> 0.1.5' | ||
gem 'gitlab-experiment', '~> 0.4.9' | ||
gem 'gitlab-experiment', '~> 0.4.12' | ||
# Structured logging | ||
gem 'lograge', '~> 0.5' | ||
... | ... |
Please register or sign in to comment