bump fog
This commit is contained in:
parent
0c5c737a38
commit
1c35921e3c
2 changed files with 18 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -63,7 +63,7 @@ gem 'foreigner', '1.6.1'
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem 'carrierwave', '0.10.0'
|
gem 'carrierwave', '0.10.0'
|
||||||
gem 'fog', '1.23.0'
|
gem 'fog', '1.24.0'
|
||||||
gem 'mini_magick', '3.8.1'
|
gem 'mini_magick', '3.8.1'
|
||||||
gem 'remotipart', '1.2.1'
|
gem 'remotipart', '1.2.1'
|
||||||
|
|
||||||
|
|
|
||||||
22
Gemfile.lock
22
Gemfile.lock
|
|
@ -142,7 +142,7 @@ GEM
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ethon (0.7.1)
|
ethon (0.7.1)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
excon (0.39.5)
|
excon (0.40.0)
|
||||||
execjs (2.2.1)
|
execjs (2.2.1)
|
||||||
factory_girl (4.4.0)
|
factory_girl (4.4.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
@ -157,14 +157,16 @@ GEM
|
||||||
fixture_builder (0.3.6)
|
fixture_builder (0.3.6)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (1.23.0)
|
fog (1.24.0)
|
||||||
fog-brightbox
|
fog-brightbox
|
||||||
fog-core (~> 1.23)
|
fog-core (~> 1.23)
|
||||||
fog-json
|
fog-json
|
||||||
|
fog-radosgw (>= 0.0.2)
|
||||||
|
fog-sakuracloud (>= 0.0.4)
|
||||||
fog-softlayer
|
fog-softlayer
|
||||||
ipaddress (~> 0.5)
|
ipaddress (~> 0.5)
|
||||||
nokogiri (~> 1.5, >= 1.5.11)
|
nokogiri (~> 1.5, >= 1.5.11)
|
||||||
fog-brightbox (0.5.0)
|
fog-brightbox (0.5.1)
|
||||||
fog-core (~> 1.22)
|
fog-core (~> 1.22)
|
||||||
fog-json
|
fog-json
|
||||||
inflecto
|
inflecto
|
||||||
|
|
@ -177,9 +179,19 @@ GEM
|
||||||
net-ssh (>= 2.1.3)
|
net-ssh (>= 2.1.3)
|
||||||
fog-json (1.0.0)
|
fog-json (1.0.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
fog-softlayer (0.3.17)
|
fog-radosgw (0.0.3)
|
||||||
|
fog-core (>= 1.21.0)
|
||||||
|
fog-json
|
||||||
|
fog-xml (>= 0.0.1)
|
||||||
|
fog-sakuracloud (0.1.1)
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
|
fog-softlayer (0.3.20)
|
||||||
|
fog-core
|
||||||
|
fog-json
|
||||||
|
fog-xml (0.1.0)
|
||||||
|
fog-core
|
||||||
|
nokogiri (~> 1.5, >= 1.5.11)
|
||||||
font-awesome-rails (4.2.0.0)
|
font-awesome-rails (4.2.0.0)
|
||||||
railties (>= 3.2, < 5.0)
|
railties (>= 3.2, < 5.0)
|
||||||
foreigner (1.6.1)
|
foreigner (1.6.1)
|
||||||
|
|
@ -540,7 +552,7 @@ DEPENDENCIES
|
||||||
faraday (= 0.9.0)
|
faraday (= 0.9.0)
|
||||||
faraday_middleware (= 0.9.1)
|
faraday_middleware (= 0.9.1)
|
||||||
fixture_builder (= 0.3.6)
|
fixture_builder (= 0.3.6)
|
||||||
fog (= 1.23.0)
|
fog (= 1.24.0)
|
||||||
foreigner (= 1.6.1)
|
foreigner (= 1.6.1)
|
||||||
foreman (= 0.62)
|
foreman (= 0.62)
|
||||||
fuubar (= 2.0.0)
|
fuubar (= 2.0.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue