Merge pull request #3365 from openSUSE/depfu/update/cloudinary-2.0.2
Update cloudinary 1.29.0 → 2.0.2 (major)
This commit is contained in:
commit
f97ad41da5
1 changed files with 9 additions and 17 deletions
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -91,7 +91,6 @@ GEM
|
||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
awesome_nested_set (3.6.0)
|
awesome_nested_set (3.6.0)
|
||||||
activerecord (>= 4.0.0, < 7.2)
|
activerecord (>= 4.0.0, < 7.2)
|
||||||
aws_cf_signer (0.1.3)
|
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
bigdecimal (3.1.7)
|
bigdecimal (3.1.7)
|
||||||
|
|
@ -140,9 +139,10 @@ GEM
|
||||||
chronic (0.10.2)
|
chronic (0.10.2)
|
||||||
chunky_png (1.4.0)
|
chunky_png (1.4.0)
|
||||||
climate_control (1.2.0)
|
climate_control (1.2.0)
|
||||||
cloudinary (1.29.0)
|
cloudinary (2.0.2)
|
||||||
aws_cf_signer
|
faraday (>= 2.0.1, < 3.0.0)
|
||||||
rest-client (>= 2.0.0)
|
faraday-follow_redirects (~> 0.3.0)
|
||||||
|
faraday-multipart (~> 1.0, >= 1.0.4)
|
||||||
cocoon (1.2.15)
|
cocoon (1.2.15)
|
||||||
colorize (1.1.0)
|
colorize (1.1.0)
|
||||||
concurrent-ruby (1.2.3)
|
concurrent-ruby (1.2.3)
|
||||||
|
|
@ -177,7 +177,6 @@ GEM
|
||||||
devise (>= 2.2)
|
devise (>= 2.2)
|
||||||
diff-lcs (1.5.1)
|
diff-lcs (1.5.1)
|
||||||
docile (1.4.0)
|
docile (1.4.0)
|
||||||
domain_name (0.6.20240107)
|
|
||||||
dotenv (3.1.0)
|
dotenv (3.1.0)
|
||||||
dotenv-rails (3.1.0)
|
dotenv-rails (3.1.0)
|
||||||
dotenv (= 3.1.0)
|
dotenv (= 3.1.0)
|
||||||
|
|
@ -193,6 +192,10 @@ GEM
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
faraday (2.9.0)
|
faraday (2.9.0)
|
||||||
faraday-net_http (>= 2.0, < 3.2)
|
faraday-net_http (>= 2.0, < 3.2)
|
||||||
|
faraday-follow_redirects (0.3.0)
|
||||||
|
faraday (>= 1, < 3)
|
||||||
|
faraday-multipart (1.0.4)
|
||||||
|
multipart-post (~> 2)
|
||||||
faraday-net_http (3.1.0)
|
faraday-net_http (3.1.0)
|
||||||
net-http
|
net-http
|
||||||
fastimage (2.3.1)
|
fastimage (2.3.1)
|
||||||
|
|
@ -224,9 +227,6 @@ GEM
|
||||||
hashery (2.1.2)
|
hashery (2.1.2)
|
||||||
hashie (5.0.0)
|
hashie (5.0.0)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
http-accept (1.7.0)
|
|
||||||
http-cookie (1.0.5)
|
|
||||||
domain_name (~> 0.5)
|
|
||||||
i18n (1.14.4)
|
i18n (1.14.4)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n_data (0.17.1)
|
i18n_data (0.17.1)
|
||||||
|
|
@ -285,9 +285,6 @@ GEM
|
||||||
marcel (1.0.4)
|
marcel (1.0.4)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.5.2)
|
|
||||||
mime-types-data (~> 3.2015)
|
|
||||||
mime-types-data (3.2024.0305)
|
|
||||||
mina (1.2.5)
|
mina (1.2.5)
|
||||||
rake
|
rake
|
||||||
mini_magick (4.12.0)
|
mini_magick (4.12.0)
|
||||||
|
|
@ -307,6 +304,7 @@ GEM
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
|
multipart-post (2.4.0)
|
||||||
mysql2 (0.5.6)
|
mysql2 (0.5.6)
|
||||||
net-http (0.4.1)
|
net-http (0.4.1)
|
||||||
uri
|
uri
|
||||||
|
|
@ -319,7 +317,6 @@ GEM
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.5.0)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
netrc (0.11.0)
|
|
||||||
next_rails (1.3.0)
|
next_rails (1.3.0)
|
||||||
colorize (>= 0.8.1)
|
colorize (>= 0.8.1)
|
||||||
nio4r (2.7.1)
|
nio4r (2.7.1)
|
||||||
|
|
@ -445,11 +442,6 @@ GEM
|
||||||
responders (3.1.1)
|
responders (3.1.1)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
rest-client (2.1.0)
|
|
||||||
http-accept (>= 1.7.0, < 2.0)
|
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
|
||||||
mime-types (>= 1.16, < 4.0)
|
|
||||||
netrc (~> 0.8)
|
|
||||||
rexml (3.2.6)
|
rexml (3.2.6)
|
||||||
rolify (6.0.1)
|
rolify (6.0.1)
|
||||||
rqrcode (2.2.0)
|
rqrcode (2.2.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue