Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cloudinary 1.29.0 → 2.0.2 (major) #3365

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 9 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ GEM
execjs (~> 2)
awesome_nested_set (3.6.0)
activerecord (>= 4.0.0, < 7.2)
aws_cf_signer (0.1.3)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.7)
Expand Down Expand Up @@ -140,9 +139,10 @@ GEM
chronic (0.10.2)
chunky_png (1.4.0)
climate_control (1.2.0)
cloudinary (1.29.0)
aws_cf_signer
rest-client (>= 2.0.0)
cloudinary (2.0.2)
faraday (>= 2.0.1, < 3.0.0)
faraday-follow_redirects (~> 0.3.0)
faraday-multipart (~> 1.0, >= 1.0.4)
cocoon (1.2.15)
colorize (1.1.0)
concurrent-ruby (1.2.3)
Expand Down Expand Up @@ -177,7 +177,6 @@ GEM
devise (>= 2.2)
diff-lcs (1.5.1)
docile (1.4.0)
domain_name (0.6.20240107)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
Expand All @@ -193,6 +192,10 @@ GEM
i18n (>= 1.8.11, < 2)
faraday (2.9.0)
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)
net-http
fastimage (2.3.1)
Expand Down Expand Up @@ -224,9 +227,6 @@ GEM
hashery (2.1.2)
hashie (5.0.0)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
i18n_data (0.17.1)
Expand Down Expand Up @@ -285,9 +285,6 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
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)
rake
mini_magick (4.12.0)
Expand All @@ -307,6 +304,7 @@ GEM
railties (>= 3.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.4.0)
mysql2 (0.5.6)
net-http (0.4.1)
uri
Expand All @@ -319,7 +317,6 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
netrc (0.11.0)
next_rails (1.3.0)
colorize (>= 0.8.1)
nio4r (2.7.1)
Expand Down Expand Up @@ -445,11 +442,6 @@ GEM
responders (3.1.1)
actionpack (>= 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)
rolify (6.0.1)
rqrcode (2.2.0)
Expand Down
Loading