bump fog
This commit is contained in:
parent
2725ef799b
commit
05ba4d04e7
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -41,7 +41,7 @@ gem 'foreigner', '1.4.0'
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem 'carrierwave', '0.8.0'
|
gem 'carrierwave', '0.8.0'
|
||||||
gem 'fog', '1.9.0'
|
gem 'fog', '1.10.0'
|
||||||
gem 'mini_magick', '3.5'
|
gem 'mini_magick', '3.5'
|
||||||
gem 'remotipart', '1.0.5'
|
gem 'remotipart', '1.0.5'
|
||||||
|
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -116,13 +116,13 @@ GEM
|
||||||
fixture_builder (0.3.5)
|
fixture_builder (0.3.5)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (1.9.0)
|
fog (1.10.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.14)
|
excon (~> 0.14)
|
||||||
formatador (~> 0.2.0)
|
formatador (~> 0.2.0)
|
||||||
mime-types
|
mime-types
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
net-scp (~> 1.0.4)
|
net-scp (~> 1.1)
|
||||||
net-ssh (>= 2.1.3)
|
net-ssh (>= 2.1.3)
|
||||||
nokogiri (~> 1.5.0)
|
nokogiri (~> 1.5.0)
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
|
|
@ -218,11 +218,11 @@ GEM
|
||||||
multipart-post (1.2.0)
|
multipart-post (1.2.0)
|
||||||
mysql2 (0.3.11)
|
mysql2 (0.3.11)
|
||||||
nested_form (0.3.1)
|
nested_form (0.3.1)
|
||||||
net-scp (1.0.4)
|
net-scp (1.1.0)
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 2.6.5)
|
||||||
net-sftp (2.0.5)
|
net-sftp (2.0.5)
|
||||||
net-ssh (>= 2.0.9)
|
net-ssh (>= 2.0.9)
|
||||||
net-ssh (2.6.3)
|
net-ssh (2.6.6)
|
||||||
net-ssh-gateway (1.1.0)
|
net-ssh-gateway (1.1.0)
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 1.99.1)
|
||||||
nokogiri (1.5.6)
|
nokogiri (1.5.6)
|
||||||
|
|
@ -433,7 +433,7 @@ DEPENDENCIES
|
||||||
faraday (= 0.8.6)
|
faraday (= 0.8.6)
|
||||||
faraday_middleware (= 0.9.0)
|
faraday_middleware (= 0.9.0)
|
||||||
fixture_builder (= 0.3.5)
|
fixture_builder (= 0.3.5)
|
||||||
fog (= 1.9.0)
|
fog (= 1.10.0)
|
||||||
foreigner (= 1.4.0)
|
foreigner (= 1.4.0)
|
||||||
foreman (= 0.61)
|
foreman (= 0.61)
|
||||||
fuubar (= 1.1.0)
|
fuubar (= 1.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue