Bump flipper-ui, flipper-active_record, flipper, flipper, flipper and flipper (#14181)
* Bump flipper-ui, flipper-active_record, flipper, flipper, flipper and flipper Bumps [flipper-ui](https://github.com/jnunemaker/flipper), [flipper-active_record](https://github.com/jnunemaker/flipper), [flipper](https://github.com/jnunemaker/flipper), [flipper](https://github.com/jnunemaker/flipper), [flipper](https://github.com/jnunemaker/flipper) and [flipper](https://github.com/jnunemaker/flipper). These dependencies needed to be updated together. Updates `flipper-ui` from 0.21.0 to 0.22.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.21.0...v0.22.0) Updates `flipper-active_record` from 0.21.0 to 0.22.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.21.0...v0.22.0) Updates `flipper` from 0.21.0 to 0.22.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.21.0...v0.22.0) Updates `flipper` from 0.21.0 to 0.22.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.21.0...v0.22.0) Updates `flipper` from 0.21.0 to 0.22.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.21.0...v0.22.0) Updates `flipper` from 0.21.0 to 0.22.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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: flipper-ui 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 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: flipper dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: flipper dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: flipper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Align Gemfile.lock with Gemfile dep versions Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jamie Gaskins <jgaskins@gmail.com>
This commit is contained in:
parent
4d77e7c1e9
commit
6f2c2eb750
8 changed files with 13 additions and 13 deletions
6
Gemfile
6
Gemfile
|
|
@ -34,9 +34,9 @@ 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.4" # A/B testing
|
||||
gem "flipper", "~> 0.21.0" # Feature flipping / flags for Ruby
|
||||
gem "flipper-active_record", "~> 0.21.0" # Store Flipper flags in ActiveRecord
|
||||
gem "flipper-ui", "~> 0.21.0"
|
||||
gem "flipper", "~> 0.22.0" # Feature flipping / flags for Ruby
|
||||
gem "flipper-active_record", "~> 0.22.0" # Store Flipper flags in ActiveRecord
|
||||
gem "flipper-ui", "~> 0.22.0"
|
||||
gem "fog-aws", "~> 3.10" # '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.rc2" # Character information and metadata for standard and custom emoji
|
||||
|
|
|
|||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -279,13 +279,13 @@ GEM
|
|||
browser (>= 2.0)
|
||||
distribution
|
||||
railties (>= 5)
|
||||
flipper (0.21.0)
|
||||
flipper-active_record (0.21.0)
|
||||
activerecord (>= 5.0, < 7)
|
||||
flipper (~> 0.21.0)
|
||||
flipper-ui (0.21.0)
|
||||
flipper (0.22.0)
|
||||
flipper-active_record (0.22.0)
|
||||
activerecord (>= 4.2, < 7)
|
||||
flipper (~> 0.22.0)
|
||||
flipper-ui (0.22.0)
|
||||
erubi (>= 1.0.0, < 2.0.0)
|
||||
flipper (~> 0.21.0)
|
||||
flipper (~> 0.22.0)
|
||||
rack (>= 1.4, < 3)
|
||||
rack-protection (>= 1.5.3, < 2.2.0)
|
||||
fog-aws (3.10.0)
|
||||
|
|
@ -882,9 +882,9 @@ DEPENDENCIES
|
|||
fastly (~> 3.0)
|
||||
feedjira (~> 3.2)
|
||||
field_test (~> 0.4)
|
||||
flipper (~> 0.21.0)
|
||||
flipper-active_record (~> 0.21.0)
|
||||
flipper-ui (~> 0.21.0)
|
||||
flipper (~> 0.22.0)
|
||||
flipper-active_record (~> 0.22.0)
|
||||
flipper-ui (~> 0.22.0)
|
||||
fog-aws (~> 3.10)
|
||||
front_matter_parser (~> 1.0)
|
||||
gemoji (~> 4.0.0.rc2)
|
||||
|
|
@ -998,4 +998,4 @@ RUBY VERSION
|
|||
ruby 2.7.2p137
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.15
|
||||
2.2.16
|
||||
|
|
|
|||
BIN
vendor/cache/flipper-0.21.0.gem
vendored
BIN
vendor/cache/flipper-0.21.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/flipper-0.22.0.gem
vendored
Normal file
BIN
vendor/cache/flipper-0.22.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/flipper-active_record-0.21.0.gem
vendored
BIN
vendor/cache/flipper-active_record-0.21.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/flipper-active_record-0.22.0.gem
vendored
Normal file
BIN
vendor/cache/flipper-active_record-0.22.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/flipper-ui-0.21.0.gem
vendored
BIN
vendor/cache/flipper-ui-0.21.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/flipper-ui-0.22.0.gem
vendored
Normal file
BIN
vendor/cache/flipper-ui-0.22.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue