Bump flipper, flipper-active_record, flipper-active_support_cache_store and flipper-ui (#17888)

Bumps [flipper](https://github.com/jnunemaker/flipper), [flipper-active_record](https://github.com/jnunemaker/flipper), [flipper-active_support_cache_store](https://github.com/jnunemaker/flipper) and [flipper-ui](https://github.com/jnunemaker/flipper). These dependencies needed to be updated together.

Updates `flipper` from 0.24.1 to 0.25.0
- [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.24.1...v0.25.0)

Updates `flipper-active_record` from 0.24.1 to 0.25.0
- [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.24.1...v0.25.0)

Updates `flipper-active_support_cache_store` from 0.24.1 to 0.25.0
- [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.24.1...v0.25.0)

Updates `flipper-ui` from 0.24.1 to 0.25.0
- [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.24.1...v0.25.0)

---
updated-dependencies:
- dependency-name: flipper
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flipper-active_record
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flipper-active_support_cache_store
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flipper-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2022-06-13 08:12:31 -06:00 committed by GitHub
parent 2482f568b7
commit c1b44b70f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 15 deletions

View file

@ -33,10 +33,10 @@ gem "fastimage", "~> 2.2" # FastImage finds the size or type of an image given i
gem "fastly", "~> 3.0" # Client library for the Fastly acceleration system
gem "feedjira", "~> 3.2" # A feed fetching and parsing library
gem "field_test", "~> 0.5" # A/B testing
gem "flipper", "~> 0.24.1" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.24.1" # Store Flipper flags in ActiveRecord
gem "flipper-active_support_cache_store", "~> 0.24.1" # Cache feature flags for a short time
gem "flipper-ui", "~> 0.24.1"
gem "flipper", "~> 0.25.0" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.25.0" # Store Flipper flags in ActiveRecord
gem "flipper-active_support_cache_store", "~> 0.25.0" # Cache feature flags for a short time
gem "flipper-ui", "~> 0.25.0"
gem "fog-aws", "~> 3.14" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
gem "gemoji", "~> 4.0.0.rc3" # Character information and metadata for standard and custom emoji

View file

@ -306,16 +306,16 @@ GEM
browser (>= 2.0)
railties (>= 5.2)
rice (>= 4.0.2)
flipper (0.24.1)
flipper-active_record (0.24.1)
flipper (0.25.0)
flipper-active_record (0.25.0)
activerecord (>= 4.2, < 8)
flipper (~> 0.24.1)
flipper-active_support_cache_store (0.24.1)
flipper (~> 0.25.0)
flipper-active_support_cache_store (0.25.0)
activesupport (>= 4.2, < 8)
flipper (~> 0.24.1)
flipper-ui (0.24.1)
flipper (~> 0.25.0)
flipper-ui (0.25.0)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.24.1)
flipper (~> 0.25.0)
rack (>= 1.4, < 3)
rack-protection (>= 1.5.3, <= 2.2.0)
sanitize (< 7)
@ -993,10 +993,10 @@ DEPENDENCIES
fastly (~> 3.0)
feedjira (~> 3.2)
field_test (~> 0.5)
flipper (~> 0.24.1)
flipper-active_record (~> 0.24.1)
flipper-active_support_cache_store (~> 0.24.1)
flipper-ui (~> 0.24.1)
flipper (~> 0.25.0)
flipper-active_record (~> 0.25.0)
flipper-active_support_cache_store (~> 0.25.0)
flipper-ui (~> 0.25.0)
fog-aws (~> 3.14)
front_matter_parser (~> 1.0)
gemoji (~> 4.0.0.rc3)

Binary file not shown.

BIN
vendor/cache/flipper-0.25.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.