diff --git a/Gemfile b/Gemfile index 1032a7e99..7739224c3 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "fastimage", "~> 2.2" # FastImage finds the size or type of an image given i 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.5" # A/B testing -gem "flipper", "~> 0.22.1" # Feature flipping / flags for Ruby +gem "flipper", "~> 0.22.2" # Feature flipping / flags for Ruby gem "flipper-active_record", "~> 0.22.1" # Store Flipper flags in ActiveRecord gem "flipper-active_support_cache_store", "~> 0.22.1" # Cache feature flags for a short time gem "flipper-ui", "~> 0.22.1" diff --git a/Gemfile.lock b/Gemfile.lock index b00b039fe..ace04a7ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM browser (>= 2.0) railties (>= 5.2) rice (>= 4.0.2) - flipper (0.22.1) + flipper (0.22.2) flipper-active_record (0.22.1) activerecord (>= 4.2, < 7) flipper (~> 0.22.1) @@ -910,7 +910,7 @@ DEPENDENCIES fastly (~> 3.0) feedjira (~> 3.2) field_test (~> 0.5) - flipper (~> 0.22.1) + flipper (~> 0.22.2) flipper-active_record (~> 0.22.1) flipper-active_support_cache_store (~> 0.22.1) flipper-ui (~> 0.22.1) diff --git a/vendor/cache/flipper-0.22.1.gem b/vendor/cache/flipper-0.22.1.gem deleted file mode 100644 index bbe070d09..000000000 Binary files a/vendor/cache/flipper-0.22.1.gem and /dev/null differ diff --git a/vendor/cache/flipper-0.22.2.gem b/vendor/cache/flipper-0.22.2.gem new file mode 100644 index 000000000..2a927443b Binary files /dev/null and b/vendor/cache/flipper-0.22.2.gem differ