diff --git a/Gemfile b/Gemfile index bc5c16284..babb7c3a1 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "activerecord-import", "0.7.0" # File uploading gem "carrierwave", "0.10.0" -gem "fog", "1.28.0" +gem "fog", "1.30.0" gem "mini_magick", "4.2.0" gem "remotipart", "1.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 99a513e6d..fa9346435 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM ethon (0.7.3) ffi (>= 1.3.0) eventmachine (1.0.7) - excon (0.44.4) + excon (0.45.3) execjs (2.5.2) factory_girl (4.5.0) activesupport (>= 3.0.0) @@ -191,13 +191,16 @@ GEM fixture_builder (0.3.6) activerecord (>= 2) activesupport (>= 2) - fog (1.28.0) + fog (1.30.0) fog-atmos fog-aws (~> 0.0) fog-brightbox (~> 0.4) - fog-core (~> 1.27, >= 1.27.3) + fog-core (~> 1.27, >= 1.27.4) fog-ecloud + fog-google (>= 0.0.2) fog-json + fog-local + fog-powerdns (>= 0.1.1) fog-profitbricks fog-radosgw (>= 0.0.2) fog-riakcs @@ -214,7 +217,7 @@ GEM fog-atmos (0.1.0) fog-core fog-xml - fog-aws (0.1.1) + fog-aws (0.1.2) fog-core (~> 1.27) fog-json (~> 1.0) fog-xml (~> 0.1) @@ -223,23 +226,34 @@ GEM fog-core (~> 1.22) fog-json inflecto (~> 0.0.2) - fog-core (1.29.0) + fog-core (1.30.0) builder - excon (~> 0.38) + excon (~> 0.45) formatador (~> 0.2) mime-types net-scp (~> 1.1) net-ssh (>= 2.1.3) - fog-ecloud (0.0.2) + fog-ecloud (0.1.1) fog-core fog-xml - fog-json (1.0.0) + fog-google (0.0.5) + fog-core + fog-json + fog-xml + fog-json (1.0.1) + fog-core (~> 1.0) multi_json (~> 1.0) + 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-core fog-xml nokogiri - fog-radosgw (0.0.3) + fog-radosgw (0.0.4) fog-core (>= 1.21.0) fog-json fog-xml (>= 0.0.1) @@ -247,28 +261,28 @@ GEM fog-core fog-json fog-xml - fog-sakuracloud (1.0.0) + fog-sakuracloud (1.0.1) fog-core fog-json - fog-serverlove (0.1.1) + fog-serverlove (0.1.2) fog-core fog-json - fog-softlayer (0.4.1) + fog-softlayer (0.4.5) fog-core fog-json - fog-storm_on_demand (0.1.0) + fog-storm_on_demand (0.1.1) fog-core fog-json - fog-terremark (0.0.4) + fog-terremark (0.1.0) fog-core fog-xml - fog-vmfusion (0.0.1) + fog-vmfusion (0.1.0) fission fog-core - fog-voxel (0.0.2) + fog-voxel (0.1.0) fog-core fog-xml - fog-xml (0.1.1) + fog-xml (0.1.2) fog-core nokogiri (~> 1.5, >= 1.5.11) font-awesome-rails (4.3.0.0) @@ -720,7 +734,7 @@ DEPENDENCIES faraday-cookie_jar (= 0.0.6) faraday_middleware (= 0.9.1) fixture_builder (= 0.3.6) - fog (= 1.28.0) + fog (= 1.30.0) foreman (= 0.62) fuubar (= 2.0.0) gon (= 5.2.3)