Bump flipper-active_record from 0.19.0 to 0.19.1 (#11889)

Bumps [flipper-active_record](https://github.com/jnunemaker/flipper) from 0.19.0 to 0.19.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.19.0...v0.19.1)

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] 2020-12-15 12:57:40 +01:00 committed by GitHub
parent 0eec93d480
commit d97241e815
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ gem "fastly", "~> 2.5" # Client library for the Fastly acceleration system
gem "feedjira", "~> 3.1" # A feed fetching and parsing library
gem "field_test", "~> 0.4" # A/B testing
gem "flipper", "~> 0.19.1" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.19.0" # Store Flipper flags in ActiveRecord
gem "flipper-active_record", "~> 0.19.1" # Store Flipper flags in ActiveRecord
gem "flipper-ui", "~> 0.19.1"
gem "fog-aws", "~> 3.7" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically correct strings or files

View file

@ -287,9 +287,9 @@ GEM
fix-db-schema-conflicts (3.0.3)
rubocop (>= 0.38.0)
flipper (0.19.1)
flipper-active_record (0.19.0)
flipper-active_record (0.19.1)
activerecord (>= 5.0, < 7)
flipper (~> 0.19.0)
flipper (~> 0.19.1)
flipper-ui (0.19.1)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.19.1)
@ -859,7 +859,7 @@ DEPENDENCIES
field_test (~> 0.4)
fix-db-schema-conflicts (~> 3.0)
flipper (~> 0.19.1)
flipper-active_record (~> 0.19.0)
flipper-active_record (~> 0.19.1)
flipper-ui (~> 0.19.1)
fog-aws (~> 3.7)
front_matter_parser (~> 0.2)

Binary file not shown.

Binary file not shown.