diff --git a/Gemfile b/Gemfile index 8d6603279..92abad571 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem "fastly", "~> 3.0" # Client library for the Fastly acceleration system gem "feedjira", "~> 3.2" # A feed fetching and parsing library gem "field_test", "~> 0.4" # A/B testing gem "flipper", "~> 0.22.1" # Feature flipping / flags for Ruby -gem "flipper-active_record", "~> 0.22.0" # Store Flipper flags in ActiveRecord +gem "flipper-active_record", "~> 0.22.1" # Store Flipper flags in ActiveRecord gem "flipper-ui", "~> 0.22.0" gem "fog-aws", "~> 3.12" # '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 3ee6aeda8..d500bf065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,9 +279,9 @@ GEM distribution railties (>= 5) flipper (0.22.1) - flipper-active_record (0.22.0) + flipper-active_record (0.22.1) activerecord (>= 4.2, < 7) - flipper (~> 0.22.0) + flipper (~> 0.22.1) flipper-ui (0.22.0) erubi (>= 1.0.0, < 2.0.0) flipper (~> 0.22.0) @@ -884,7 +884,7 @@ DEPENDENCIES feedjira (~> 3.2) field_test (~> 0.4) flipper (~> 0.22.1) - flipper-active_record (~> 0.22.0) + flipper-active_record (~> 0.22.1) flipper-ui (~> 0.22.0) fog-aws (~> 3.12) front_matter_parser (~> 1.0) diff --git a/vendor/cache/flipper-active_record-0.22.0.gem b/vendor/cache/flipper-active_record-0.22.0.gem deleted file mode 100644 index 156aa5fd9..000000000 Binary files a/vendor/cache/flipper-active_record-0.22.0.gem and /dev/null differ diff --git a/vendor/cache/flipper-active_record-0.22.1.gem b/vendor/cache/flipper-active_record-0.22.1.gem new file mode 100644 index 000000000..5ed213014 Binary files /dev/null and b/vendor/cache/flipper-active_record-0.22.1.gem differ