[deploy] Bump flipper, flipper-active_record and flipper-ui (#8966)

* Bump flipper, flipper-active_record and flipper-ui

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

Updates `flipper` from 0.17.2 to 0.18.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.17.2...v0.18.0)

Updates `flipper-active_record` from 0.17.2 to 0.18.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.17.2...v0.18.0)

Updates `flipper-ui` from 0.17.2 to 0.18.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.17.2...v0.18.0)

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

* Bump flipper, flipper-active_record and flipper-ui (Update vendor/cache)

* Removed outdated flipper UI configuration

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Josh Puetz <josh@dev.to>
This commit is contained in:
dependabot-preview[bot] 2020-06-30 08:19:27 -05:00 committed by GitHub
parent f3501d32f5
commit 56736aab15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 18 deletions

View file

@ -43,9 +43,9 @@ 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.3" # A/B testing
gem "figaro", "~> 1.2" # Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file
gem "flipper", "~> 0.17.2" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.17.2" # Store Flipper flags in ActiveRecord
gem "flipper-ui", "~> 0.17.2"
gem "flipper", "~> 0.18.0" # Feature flipping / flags for Ruby
gem "flipper-active_record", "~> 0.18.0" # Store Flipper flags in ActiveRecord
gem "flipper-ui", "~> 0.18.0"
gem "fog-aws", "~> 3.6" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 0.2" # 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

View file

@ -351,13 +351,13 @@ GEM
thor (>= 0.14.0, < 2)
fix-db-schema-conflicts (3.0.3)
rubocop (>= 0.38.0)
flipper (0.17.2)
flipper-active_record (0.17.2)
activerecord (>= 4.2, < 7)
flipper (~> 0.17.2)
flipper-ui (0.17.2)
flipper (0.18.0)
flipper-active_record (0.18.0)
activerecord (>= 5.0, < 7)
flipper (~> 0.18.0)
flipper-ui (0.18.0)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.17.2)
flipper (~> 0.18.0)
rack (>= 1.4, < 3)
rack-protection (>= 1.5.3, < 2.1.0)
fog-aws (3.6.6)
@ -930,9 +930,9 @@ DEPENDENCIES
field_test (~> 0.3)
figaro (~> 1.2)
fix-db-schema-conflicts (~> 3.0)
flipper (~> 0.17.2)
flipper-active_record (~> 0.17.2)
flipper-ui (~> 0.17.2)
flipper (~> 0.18.0)
flipper-active_record (~> 0.18.0)
flipper-ui (~> 0.18.0)
fog-aws (~> 3.6)
front_matter_parser (~> 0.2)
gemoji (~> 4.0.0.rc2)

View file

@ -7,9 +7,3 @@ Flipper.configure do |config|
Flipper.new(adapter)
end
end
Flipper::UI.configure do |config|
# Provide guidance on format for user ids
config.actors.title = "Actor (ex: User:123)"
config.actors.description = "ex: User:123"
end

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/flipper-ui-0.18.0.gem vendored Normal file

Binary file not shown.