diff --git a/Gemfile b/Gemfile index e81f3f1e9..fd0e2e8c2 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "fastly", "~> 3.0" # 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.4" # Feature flipping / flags for Ruby -gem "flipper-active_record", "~> 0.20.3" # Store Flipper flags in ActiveRecord +gem "flipper-active_record", "~> 0.20.4" # Store Flipper flags in ActiveRecord gem "flipper-ui", "~> 0.20.4" gem "fog-aws", "~> 3.9" # 'fog' gem to support Amazon Web Services gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files diff --git a/Gemfile.lock b/Gemfile.lock index f733fcc58..2251eab6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,9 +310,9 @@ GEM distribution railties (>= 5) flipper (0.20.4) - flipper-active_record (0.20.3) + flipper-active_record (0.20.4) activerecord (>= 5.0, < 7) - flipper (~> 0.20.3) + flipper (~> 0.20.4) flipper-ui (0.20.4) erubi (>= 1.0.0, < 2.0.0) flipper (~> 0.20.4) @@ -931,7 +931,7 @@ DEPENDENCIES feedjira (~> 3.1) field_test (~> 0.4) flipper (~> 0.20.4) - flipper-active_record (~> 0.20.3) + flipper-active_record (~> 0.20.4) flipper-ui (~> 0.20.4) fog-aws (~> 3.9) front_matter_parser (~> 1.0) diff --git a/vendor/cache/flipper-active_record-0.20.3.gem b/vendor/cache/flipper-active_record-0.20.3.gem deleted file mode 100644 index 522cad8d2..000000000 Binary files a/vendor/cache/flipper-active_record-0.20.3.gem and /dev/null differ diff --git a/vendor/cache/flipper-active_record-0.20.4.gem b/vendor/cache/flipper-active_record-0.20.4.gem new file mode 100644 index 000000000..a48cbd994 Binary files /dev/null and b/vendor/cache/flipper-active_record-0.20.4.gem differ