Bump fog-aws
This commit is contained in:
parent
da83456660
commit
c8bef1077d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -78,7 +78,7 @@ gem "activerecord-import", "1.0.1"
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem "carrierwave", "1.3.1"
|
gem "carrierwave", "1.3.1"
|
||||||
gem "fog-aws", "3.3.0"
|
gem "fog-aws", "3.4.0"
|
||||||
gem "mini_magick", "4.9.2"
|
gem "mini_magick", "4.9.2"
|
||||||
|
|
||||||
# GUID generation
|
# GUID generation
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@ GEM
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
hashdiff
|
hashdiff
|
||||||
fog-aws (3.3.0)
|
fog-aws (3.4.0)
|
||||||
fog-core (~> 2.1)
|
fog-core (~> 2.1)
|
||||||
fog-json (~> 1.1)
|
fog-json (~> 1.1)
|
||||||
fog-xml (~> 0.1)
|
fog-xml (~> 0.1)
|
||||||
|
|
@ -797,7 +797,7 @@ DEPENDENCIES
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
faraday_middleware (= 0.12.2)
|
faraday_middleware (= 0.12.2)
|
||||||
fixture_builder (= 0.5.2.rc3)
|
fixture_builder (= 0.5.2.rc3)
|
||||||
fog-aws (= 3.3.0)
|
fog-aws (= 3.4.0)
|
||||||
fuubar (= 2.3.2)
|
fuubar (= 2.3.2)
|
||||||
gon (= 6.2.1)
|
gon (= 6.2.1)
|
||||||
guard (= 2.15.0)
|
guard (= 2.15.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue