This commit is contained in:
Jonne Haß 2015-09-07 10:41:50 +02:00 committed by Dennis Schubert
parent 30c531a6b9
commit 4fa8cc4e62
2 changed files with 14 additions and 9 deletions

View file

@ -70,7 +70,7 @@ gem "activerecord-import", "0.10.0"
# File uploading # File uploading
gem "carrierwave", "0.10.0" gem "carrierwave", "0.10.0"
gem "fog", "1.32.0" gem "fog", "1.34.0"
gem "mini_magick", "4.2.7" gem "mini_magick", "4.2.7"
gem "remotipart", "1.2.1" gem "remotipart", "1.2.1"

View file

@ -210,12 +210,13 @@ GEM
fixture_builder (0.4.1) fixture_builder (0.4.1)
activerecord (>= 2) activerecord (>= 2)
activesupport (>= 2) activesupport (>= 2)
fog (1.32.0) fog (1.34.0)
fog-atmos fog-atmos
fog-aws (>= 0.6.0) fog-aws (>= 0.6.0)
fog-brightbox (~> 0.4) fog-brightbox (~> 0.4)
fog-core (~> 1.32) fog-core (~> 1.32)
fog-ecloud (= 0.1.1) fog-dynect (~> 0.0.2)
fog-ecloud (~> 0.1)
fog-google (>= 0.0.2) fog-google (>= 0.0.2)
fog-json fog-json
fog-local fog-local
@ -236,23 +237,27 @@ GEM
fog-atmos (0.1.0) fog-atmos (0.1.0)
fog-core fog-core
fog-xml fog-xml
fog-aws (0.7.3) fog-aws (0.7.6)
fog-core (~> 1.27) fog-core (~> 1.27)
fog-json (~> 1.0) fog-json (~> 1.0)
fog-xml (~> 0.1) fog-xml (~> 0.1)
ipaddress (~> 0.8) ipaddress (~> 0.8)
fog-brightbox (0.8.0) fog-brightbox (0.9.0)
fog-core (~> 1.22) fog-core (~> 1.22)
fog-json fog-json
inflecto (~> 0.0.2) inflecto (~> 0.0.2)
fog-core (1.32.0) fog-core (1.32.1)
builder builder
excon (~> 0.45) excon (~> 0.45)
formatador (~> 0.2) formatador (~> 0.2)
mime-types mime-types
net-scp (~> 1.1) net-scp (~> 1.1)
net-ssh (>= 2.1.3) net-ssh (>= 2.1.3)
fog-ecloud (0.1.1) fog-dynect (0.0.2)
fog-core
fog-json
fog-xml
fog-ecloud (0.3.0)
fog-core fog-core
fog-xml fog-xml
fog-google (0.0.7) fog-google (0.0.7)
@ -280,7 +285,7 @@ GEM
fog-core fog-core
fog-json fog-json
fog-xml fog-xml
fog-sakuracloud (1.0.1) fog-sakuracloud (1.1.1)
fog-core fog-core
fog-json fog-json
fog-serverlove (0.1.2) fog-serverlove (0.1.2)
@ -775,7 +780,7 @@ DEPENDENCIES
faraday-cookie_jar (= 0.0.6) faraday-cookie_jar (= 0.0.6)
faraday_middleware (= 0.10.0) faraday_middleware (= 0.10.0)
fixture_builder (= 0.4.1) fixture_builder (= 0.4.1)
fog (= 1.32.0) fog (= 1.34.0)
fuubar (= 2.0.0) fuubar (= 2.0.0)
gon (= 6.0.1) gon (= 6.0.1)
guard (= 2.13.0) guard (= 2.13.0)