diff --git a/Gemfile b/Gemfile index bb6e89861..c36e5eb20 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Un 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.20.1" # Feature flipping / flags for Ruby +gem "flipper", "~> 0.20.3" # Feature flipping / flags for Ruby gem "flipper-active_record", "~> 0.20.0" # Store Flipper flags in ActiveRecord gem "flipper-ui", "~> 0.20.0" gem "fog-aws", "~> 3.7" # 'fog' gem to support Amazon Web Services diff --git a/Gemfile.lock b/Gemfile.lock index d9576f822..a928fe13e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM railties (>= 5) fix-db-schema-conflicts (3.0.3) rubocop (>= 0.38.0) - flipper (0.20.1) + flipper (0.20.3) flipper-active_record (0.20.1) activerecord (>= 5.0, < 7) flipper (~> 0.20.1) @@ -879,7 +879,7 @@ DEPENDENCIES feedjira (~> 3.1) field_test (~> 0.4) fix-db-schema-conflicts (~> 3.0) - flipper (~> 0.20.1) + flipper (~> 0.20.3) flipper-active_record (~> 0.20.0) flipper-ui (~> 0.20.0) fog-aws (~> 3.7) diff --git a/vendor/cache/flipper-0.20.1.gem b/vendor/cache/flipper-0.20.1.gem deleted file mode 100644 index e35545ffb..000000000 Binary files a/vendor/cache/flipper-0.20.1.gem and /dev/null differ diff --git a/vendor/cache/flipper-0.20.3.gem b/vendor/cache/flipper-0.20.3.gem new file mode 100644 index 000000000..116bee6c3 Binary files /dev/null and b/vendor/cache/flipper-0.20.3.gem differ