From 769abf6948cdfdfe1eb296fa08bcf38bd4083fe9 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 16 Sep 2017 04:07:07 +0200 Subject: [PATCH] Bump fog-aws --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0111e1d27..a42c30e34 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem "activerecord-import", "0.20.1" # File uploading gem "carrierwave", "1.1.0" -gem "fog-aws", "1.4.0" +gem "fog-aws", "1.4.1" gem "mini_magick", "4.8.0" # GUID generation diff --git a/Gemfile.lock b/Gemfile.lock index 48fa77609..4832aa819 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM tzinfo ethon (0.10.1) ffi (>= 1.3.0) - excon (0.58.0) + excon (0.59.0) execjs (2.7.0) eye (0.9.2) celluloid (~> 0.17.3) @@ -220,7 +220,7 @@ GEM fixture_builder (0.5.0) activerecord (>= 2) activesupport (>= 2) - fog-aws (1.4.0) + fog-aws (1.4.1) fog-core (~> 1.38) fog-json (~> 1.0) fog-xml (~> 0.1) @@ -379,7 +379,7 @@ GEM mobile-fu (1.4.0) rack-mobile-detect rails - multi_json (1.12.1) + multi_json (1.12.2) multi_test (0.1.2) multi_xml (0.6.0) multipart-post (2.0.0) @@ -793,7 +793,7 @@ DEPENDENCIES faraday-cookie_jar (= 0.0.6) faraday_middleware (= 0.12.2) fixture_builder (= 0.5.0) - fog-aws (= 1.4.0) + fog-aws (= 1.4.1) fuubar (= 2.2.0) gon (= 6.1.0) guard (= 2.14.1)