diff --git a/Gemfile b/Gemfile index ca16bbe98..a16859a38 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "field_test", "~> 0.4" # A/B testing gem "flipper", "~> 0.22.0" # Feature flipping / flags for Ruby gem "flipper-active_record", "~> 0.22.0" # Store Flipper flags in ActiveRecord gem "flipper-ui", "~> 0.22.0" -gem "fog-aws", "~> 3.11" # 'fog' gem to support Amazon Web Services +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 gem "gibbon", "~> 3.4" # API wrapper for MailChimp's API diff --git a/Gemfile.lock b/Gemfile.lock index b0476aec4..128370edf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM flipper (~> 0.22.0) rack (>= 1.4, < 3) rack-protection (>= 1.5.3, < 2.2.0) - fog-aws (3.11.0) + fog-aws (3.12.0) fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) @@ -891,7 +891,7 @@ DEPENDENCIES flipper (~> 0.22.0) flipper-active_record (~> 0.22.0) flipper-ui (~> 0.22.0) - fog-aws (~> 3.11) + fog-aws (~> 3.12) front_matter_parser (~> 1.0) gemoji (~> 4.0.0.rc3) gibbon (~> 3.4) diff --git a/vendor/cache/fog-aws-3.11.0.gem b/vendor/cache/fog-aws-3.11.0.gem deleted file mode 100644 index a5a383e57..000000000 Binary files a/vendor/cache/fog-aws-3.11.0.gem and /dev/null differ diff --git a/vendor/cache/fog-aws-3.12.0.gem b/vendor/cache/fog-aws-3.12.0.gem new file mode 100644 index 000000000..2d994752f Binary files /dev/null and b/vendor/cache/fog-aws-3.12.0.gem differ