Bump flipper-active_support_cache_store from 0.22.1 to 0.22.2 (#14992)

Bumps [flipper-active_support_cache_store](https://github.com/jnunemaker/flipper) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/jnunemaker/flipper/releases)
- [Changelog](https://github.com/jnunemaker/flipper/blob/master/Changelog.md)
- [Commits](https://github.com/jnunemaker/flipper/compare/v0.22.1...v0.22.2)

---
updated-dependencies:
- dependency-name: flipper-active_support_cache_store
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-08 14:26:54 -04:00 committed by GitHub
parent df825e64fb
commit baeabc058a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ gem "feedjira", "~> 3.2" # A feed fetching and parsing library
gem "field_test", "~> 0.5" # A/B testing
gem "flipper", "~> 0.22.2" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.22.1" # Store Flipper flags in ActiveRecord
gem "flipper-active_support_cache_store", "~> 0.22.1" # Cache feature flags for a short time
gem "flipper-active_support_cache_store", "~> 0.22.2" # Cache feature flags for a short time
gem "flipper-ui", "~> 0.22.1"
gem "fog-aws", "~> 3.12" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files

View file

@ -290,9 +290,9 @@ GEM
flipper-active_record (0.22.1)
activerecord (>= 4.2, < 7)
flipper (~> 0.22.1)
flipper-active_support_cache_store (0.22.1)
flipper-active_support_cache_store (0.22.2)
activesupport (>= 4.2, < 7)
flipper (~> 0.22.1)
flipper (~> 0.22.2)
flipper-ui (0.22.1)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.22.1)
@ -912,7 +912,7 @@ DEPENDENCIES
field_test (~> 0.5)
flipper (~> 0.22.2)
flipper-active_record (~> 0.22.1)
flipper-active_support_cache_store (~> 0.22.1)
flipper-active_support_cache_store (~> 0.22.2)
flipper-ui (~> 0.22.1)
fog-aws (~> 3.12)
front_matter_parser (~> 1.0)

Binary file not shown.