diff --git a/Gemfile b/Gemfile index b1647c58b..648f91cde 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem "activerecord-import", "1.4.0" # File uploading gem "carrierwave", "2.2.2" -gem "fog-aws", "3.12.0" +gem "fog-aws", "3.14.0" gem "mini_magick", "4.11.0" # GUID generation diff --git a/Gemfile.lock b/Gemfile.lock index 223281003..68d452644 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM tzinfo ethon (0.15.0) ffi (>= 1.15.0) - excon (0.88.0) + excon (0.92.3) execjs (2.8.1) eye (0.10.0) celluloid (~> 0.17.3) @@ -267,15 +267,14 @@ GEM activerecord (>= 2) activesupport (>= 2) hashdiff - fog-aws (3.12.0) + fog-aws (3.14.0) fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - ipaddress (~> 0.8) - fog-core (2.2.4) + fog-core (2.3.0) builder excon (~> 0.71) - formatador (~> 0.2) + formatador (>= 0.2, < 2.0) mime-types fog-json (1.2.0) fog-core @@ -283,7 +282,7 @@ GEM fog-xml (0.1.4) fog-core nokogiri (>= 1.5.11, < 2.0.0) - formatador (0.3.0) + formatador (1.1.0) fugit (1.5.3) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) @@ -348,7 +347,6 @@ GEM image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - ipaddress (0.8.3) jasmine (3.10.0) jasmine-core (~> 3.10.0) phantomjs @@ -402,9 +400,9 @@ GEM memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0901) + mime-types-data (3.2022.0105) mini_magick (4.11.0) mini_mime (1.1.2) mini_portile2 (2.6.1) @@ -825,7 +823,7 @@ DEPENDENCIES faraday-cookie_jar (= 0.0.7) faraday_middleware (= 0.14.0) fixture_builder (= 0.5.2) - fog-aws (= 3.12.0) + fog-aws (= 3.14.0) fuubar (= 2.5.1) gon (= 6.4.0) haml_lint (= 0.37.1)