Upgrade flipper gem to support Rails 6
Showing
... | @@ -455,9 +455,9 @@ gem 'google-protobuf', '~> 3.8.0' | ... | @@ -455,9 +455,9 @@ gem 'google-protobuf', '~> 3.8.0' |
gem 'toml-rb', '~> 1.0.0', require: false | gem 'toml-rb', '~> 1.0.0', require: false | ||
# Feature toggles | # Feature toggles | ||
gem 'flipper', '~> 0.13.0' | gem 'flipper', '~> 0.17.1' | ||
gem 'flipper-active_record', '~> 0.13.0' | gem 'flipper-active_record', '~> 0.17.1' | ||
gem 'flipper-active_support_cache_store', '~> 0.13.0' | gem 'flipper-active_support_cache_store', '~> 0.17.1' | ||
gem 'unleash', '~> 0.1.5' | gem 'unleash', '~> 0.1.5' | ||
# Structured logging | # Structured logging | ||
... | ... |
Please register or sign in to comment