diff --git a/Gemfile b/Gemfile index 9b0512ad6a234..90f02d363c7d7 100644 --- a/Gemfile +++ b/Gemfile @@ -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.0" 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 diff --git a/Gemfile.lock b/Gemfile.lock index 3f5909f4d43c2..7d0a4544f4768 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.0) erubi (>= 1.0.0, < 2.0.0) flipper (~> 0.19.0) @@ -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.0) fog-aws (~> 3.7) front_matter_parser (~> 0.2) diff --git a/vendor/cache/flipper-active_record-0.19.0.gem b/vendor/cache/flipper-active_record-0.19.0.gem deleted file mode 100644 index 78fc93dc95433..0000000000000 Binary files a/vendor/cache/flipper-active_record-0.19.0.gem and /dev/null differ diff --git a/vendor/cache/flipper-active_record-0.19.1.gem b/vendor/cache/flipper-active_record-0.19.1.gem new file mode 100644 index 0000000000000..abce7d827aabb Binary files /dev/null and b/vendor/cache/flipper-active_record-0.19.1.gem differ