bump fog
This commit is contained in:
parent
0a127a9076
commit
fc3da627fb
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ gem 'foreigner', '1.4.1'
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem 'carrierwave', '0.8.0'
|
gem 'carrierwave', '0.8.0'
|
||||||
gem 'fog', '1.10.1'
|
gem 'fog', '1.12.1'
|
||||||
gem 'mini_magick', '3.5'
|
gem 'mini_magick', '3.5'
|
||||||
gem 'remotipart', '1.0.5'
|
gem 'remotipart', '1.0.5'
|
||||||
|
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -99,7 +99,7 @@ GEM
|
||||||
ethon (0.5.12)
|
ethon (0.5.12)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
mime-types (~> 1.18)
|
mime-types (~> 1.18)
|
||||||
excon (0.20.1)
|
excon (0.23.0)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
factory_girl (4.2.0)
|
factory_girl (4.2.0)
|
||||||
|
|
@ -115,9 +115,9 @@ GEM
|
||||||
fixture_builder (0.3.5)
|
fixture_builder (0.3.5)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (1.10.1)
|
fog (1.12.1)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.20)
|
excon (~> 0.23.0)
|
||||||
formatador (~> 0.2.0)
|
formatador (~> 0.2.0)
|
||||||
mime-types
|
mime-types
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -215,7 +215,7 @@ GEM
|
||||||
multipart-post (1.2.0)
|
multipart-post (1.2.0)
|
||||||
mysql2 (0.3.11)
|
mysql2 (0.3.11)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
net-scp (1.1.0)
|
net-scp (1.1.1)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.6.7)
|
net-ssh (2.6.7)
|
||||||
nokogiri (1.5.9)
|
nokogiri (1.5.9)
|
||||||
|
|
@ -426,7 +426,7 @@ DEPENDENCIES
|
||||||
faraday (= 0.8.7)
|
faraday (= 0.8.7)
|
||||||
faraday_middleware (= 0.9.0)
|
faraday_middleware (= 0.9.0)
|
||||||
fixture_builder (= 0.3.5)
|
fixture_builder (= 0.3.5)
|
||||||
fog (= 1.10.1)
|
fog (= 1.12.1)
|
||||||
foreigner (= 1.4.1)
|
foreigner (= 1.4.1)
|
||||||
foreman (= 0.62)
|
foreman (= 0.62)
|
||||||
fuubar (= 1.1.0)
|
fuubar (= 1.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue