update fog-aws to 3.5.2
This commit is contained in:
parent
d9ef60b8b3
commit
3eba2f3fa3
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -80,7 +80,7 @@ gem "activerecord-import", "1.0.2"
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem "carrierwave", "1.3.1"
|
gem "carrierwave", "1.3.1"
|
||||||
gem "fog-aws", "3.5.1"
|
gem "fog-aws", "3.5.2"
|
||||||
gem "mini_magick", "4.10.1"
|
gem "mini_magick", "4.10.1"
|
||||||
|
|
||||||
# GUID generation
|
# GUID generation
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ GEM
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
hashdiff
|
hashdiff
|
||||||
fog-aws (3.5.1)
|
fog-aws (3.5.2)
|
||||||
fog-core (~> 2.1)
|
fog-core (~> 2.1)
|
||||||
fog-json (~> 1.1)
|
fog-json (~> 1.1)
|
||||||
fog-xml (~> 0.1)
|
fog-xml (~> 0.1)
|
||||||
|
|
@ -819,7 +819,7 @@ DEPENDENCIES
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
faraday_middleware (= 0.13.1)
|
faraday_middleware (= 0.13.1)
|
||||||
fixture_builder (= 0.5.2)
|
fixture_builder (= 0.5.2)
|
||||||
fog-aws (= 3.5.1)
|
fog-aws (= 3.5.2)
|
||||||
fuubar (= 2.5.0)
|
fuubar (= 2.5.0)
|
||||||
gon (= 6.2.1)
|
gon (= 6.2.1)
|
||||||
guard (= 2.16.1)
|
guard (= 2.16.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue