diff --git a/Gemfile b/Gemfile index 7fcbb5f23..2381d6f9a 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "activerecord-import", "0.8.0" # File uploading gem "carrierwave", "0.10.0" -gem "fog", "1.30.0" +gem "fog", "1.31.0" gem "mini_magick", "4.2.3" gem "remotipart", "1.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index d2bdaad34..ae5748787 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,11 +206,11 @@ GEM fixture_builder (0.4.1) activerecord (>= 2) activesupport (>= 2) - fog (1.30.0) + fog (1.31.0) fog-atmos fog-aws (~> 0.0) fog-brightbox (~> 0.4) - fog-core (~> 1.27, >= 1.27.4) + fog-core (~> 1.30) fog-ecloud fog-google (>= 0.0.2) fog-json @@ -232,7 +232,7 @@ GEM fog-atmos (0.1.0) fog-core fog-xml - fog-aws (0.1.2) + fog-aws (0.5.0) fog-core (~> 1.27) fog-json (~> 1.0) fog-xml (~> 0.1) @@ -241,30 +241,30 @@ GEM fog-core (~> 1.22) fog-json inflecto (~> 0.0.2) - fog-core (1.30.0) + fog-core (1.31.1) builder excon (~> 0.45) formatador (~> 0.2) mime-types net-scp (~> 1.1) net-ssh (>= 2.1.3) - fog-ecloud (0.1.1) + fog-ecloud (0.1.3) fog-core fog-xml fog-google (0.0.5) fog-core fog-json fog-xml - fog-json (1.0.1) + fog-json (1.0.2) fog-core (~> 1.0) - multi_json (~> 1.0) + multi_json (~> 1.10) fog-local (0.2.1) fog-core (~> 1.27) fog-powerdns (0.1.1) fog-core (~> 1.27) fog-json (~> 1.0) fog-xml (~> 0.1) - fog-profitbricks (0.0.2) + fog-profitbricks (0.0.3) fog-core fog-xml nokogiri @@ -282,7 +282,7 @@ GEM fog-serverlove (0.1.2) fog-core fog-json - fog-softlayer (0.4.5) + fog-softlayer (0.4.6) fog-core fog-json fog-storm_on_demand (0.1.1) @@ -772,7 +772,7 @@ DEPENDENCIES faraday-cookie_jar (= 0.0.6) faraday_middleware (= 0.9.1) fixture_builder (= 0.4.1) - fog (= 1.30.0) + fog (= 1.31.0) fuubar (= 2.0.0) gon (= 5.2.3) guard (= 2.12.5)