Bump flipper from 0.23.0 to 0.23.1 (#16215)
Bumps [flipper](https://github.com/jnunemaker/flipper) from 0.23.0 to 0.23.1. - [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.23.0...v0.23.1) --- updated-dependencies: - dependency-name: flipper 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:
parent
7510f7bc1d
commit
2c462700e7
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ 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.23.0" # Feature flipping / flags for Ruby
|
||||
gem "flipper", "~> 0.23.1" # Feature flipping / flags for Ruby
|
||||
gem "flipper-active_record", "~> 0.23.0" # Store Flipper flags in ActiveRecord
|
||||
gem "flipper-active_support_cache_store", "~> 0.23.0" # Cache feature flags for a short time
|
||||
gem "flipper-ui", "~> 0.23.0"
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ GEM
|
|||
browser (>= 2.0)
|
||||
railties (>= 5.2)
|
||||
rice (>= 4.0.2)
|
||||
flipper (0.23.0)
|
||||
flipper (0.23.1)
|
||||
flipper-active_record (0.23.0)
|
||||
activerecord (>= 4.2, < 8)
|
||||
flipper (~> 0.23.0)
|
||||
|
|
@ -936,7 +936,7 @@ DEPENDENCIES
|
|||
fastly (~> 3.0)
|
||||
feedjira (~> 3.2)
|
||||
field_test (~> 0.5)
|
||||
flipper (~> 0.23.0)
|
||||
flipper (~> 0.23.1)
|
||||
flipper-active_record (~> 0.23.0)
|
||||
flipper-active_support_cache_store (~> 0.23.0)
|
||||
flipper-ui (~> 0.23.0)
|
||||
|
|
|
|||
BIN
vendor/cache/flipper-0.23.0.gem
vendored
BIN
vendor/cache/flipper-0.23.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/flipper-0.23.1.gem
vendored
Normal file
BIN
vendor/cache/flipper-0.23.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue