Bump fog-aws
This commit is contained in:
parent
541da9f682
commit
a080d2a01a
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -84,7 +84,7 @@ gem "activerecord-import", "1.7.0"
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem "carrierwave", "3.0.7"
|
gem "carrierwave", "3.0.7"
|
||||||
gem "fog-aws", "3.19.0"
|
gem "fog-aws", "3.22.0"
|
||||||
gem "mini_magick", "4.12.0"
|
gem "mini_magick", "4.12.0"
|
||||||
|
|
||||||
# GUID generation
|
# GUID generation
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -233,7 +233,7 @@ GEM
|
||||||
tzinfo
|
tzinfo
|
||||||
ethon (0.16.0)
|
ethon (0.16.0)
|
||||||
ffi (>= 1.15.0)
|
ffi (>= 1.15.0)
|
||||||
excon (0.100.0)
|
excon (0.110.0)
|
||||||
execjs (2.9.1)
|
execjs (2.9.1)
|
||||||
eye (0.10.0)
|
eye (0.10.0)
|
||||||
celluloid (~> 0.17.3)
|
celluloid (~> 0.17.3)
|
||||||
|
|
@ -273,11 +273,11 @@ GEM
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
hashdiff
|
hashdiff
|
||||||
fog-aws (3.19.0)
|
fog-aws (3.22.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)
|
||||||
fog-core (2.3.0)
|
fog-core (2.4.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.71)
|
excon (~> 0.71)
|
||||||
formatador (>= 0.2, < 2.0)
|
formatador (>= 0.2, < 2.0)
|
||||||
|
|
@ -405,9 +405,9 @@ GEM
|
||||||
memoizable (0.4.2)
|
memoizable (0.4.2)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
method_source (1.1.0)
|
method_source (1.1.0)
|
||||||
mime-types (3.4.1)
|
mime-types (3.5.2)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2023.0218.1)
|
mime-types-data (3.2024.0507)
|
||||||
mini_magick (4.12.0)
|
mini_magick (4.12.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.7)
|
mini_portile2 (2.8.7)
|
||||||
|
|
@ -817,7 +817,7 @@ DEPENDENCIES
|
||||||
faraday-retry
|
faraday-retry
|
||||||
faraday-typhoeus (= 1.0.0)
|
faraday-typhoeus (= 1.0.0)
|
||||||
fixture_builder (= 0.5.2)
|
fixture_builder (= 0.5.2)
|
||||||
fog-aws (= 3.19.0)
|
fog-aws (= 3.22.0)
|
||||||
fuubar (= 2.5.1)
|
fuubar (= 2.5.1)
|
||||||
gon (= 6.4.0)
|
gon (= 6.4.0)
|
||||||
haml_lint (= 0.46.0)
|
haml_lint (= 0.46.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue