diff --git a/Gemfile b/Gemfile index 92abad571..2b34d229c 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ 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.1" # Store Flipper flags in ActiveRecord -gem "flipper-ui", "~> 0.22.0" +gem "flipper-ui", "~> 0.22.1" 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 gem "gemoji", "~> 4.0.0.rc3" # Character information and metadata for standard and custom emoji diff --git a/Gemfile.lock b/Gemfile.lock index d500bf065..39cfd043a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,9 +282,9 @@ GEM flipper-active_record (0.22.1) activerecord (>= 4.2, < 7) flipper (~> 0.22.1) - flipper-ui (0.22.0) + flipper-ui (0.22.1) erubi (>= 1.0.0, < 2.0.0) - flipper (~> 0.22.0) + flipper (~> 0.22.1) rack (>= 1.4, < 3) rack-protection (>= 1.5.3, < 2.2.0) fog-aws (3.12.0) @@ -885,7 +885,7 @@ DEPENDENCIES field_test (~> 0.4) flipper (~> 0.22.1) flipper-active_record (~> 0.22.1) - flipper-ui (~> 0.22.0) + flipper-ui (~> 0.22.1) fog-aws (~> 3.12) front_matter_parser (~> 1.0) gemoji (~> 4.0.0.rc3) diff --git a/vendor/cache/flipper-ui-0.22.0.gem b/vendor/cache/flipper-ui-0.22.0.gem deleted file mode 100644 index 0f51c33d6..000000000 Binary files a/vendor/cache/flipper-ui-0.22.0.gem and /dev/null differ diff --git a/vendor/cache/flipper-ui-0.22.1.gem b/vendor/cache/flipper-ui-0.22.1.gem new file mode 100644 index 000000000..821ddbda0 Binary files /dev/null and b/vendor/cache/flipper-ui-0.22.1.gem differ