bump fog
This commit is contained in:
parent
73aa63565c
commit
734f6cadbd
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ gem 'foreigner', '1.4.1'
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem 'carrierwave', '0.8.0'
|
gem 'carrierwave', '0.8.0'
|
||||||
gem 'fog', '1.10.0'
|
gem 'fog', '1.10.1'
|
||||||
gem 'mini_magick', '3.5'
|
gem 'mini_magick', '3.5'
|
||||||
gem 'remotipart', '1.0.5'
|
gem 'remotipart', '1.0.5'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,9 +114,9 @@ GEM
|
||||||
fixture_builder (0.3.5)
|
fixture_builder (0.3.5)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (1.10.0)
|
fog (1.10.1)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.14)
|
excon (~> 0.20)
|
||||||
formatador (~> 0.2.0)
|
formatador (~> 0.2.0)
|
||||||
mime-types
|
mime-types
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -217,7 +217,7 @@ GEM
|
||||||
nested_form (0.3.1)
|
nested_form (0.3.1)
|
||||||
net-scp (1.1.0)
|
net-scp (1.1.0)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.6.6)
|
net-ssh (2.6.7)
|
||||||
nokogiri (1.5.9)
|
nokogiri (1.5.9)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
oauth2 (0.8.1)
|
oauth2 (0.8.1)
|
||||||
|
|
@ -427,7 +427,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.0)
|
fog (= 1.10.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