Skip to content

Commit 5c1b1da

Browse files
author
github-actions
committed
update with project-syncing action
1 parent c93e6b8 commit 5c1b1da

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ gem "ransack"
7171
gem "strip_attributes"
7272
gem "validate_url"
7373
gem "carrierwave"
74+
gem "cloudinary"
7475

7576
group :development do
7677
gem "annotaterb"

Gemfile.lock

+11
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ GEM
116116
marcel (~> 1.0.0)
117117
ssrf_filter (~> 1.0)
118118
choice (0.2.0)
119+
cloudinary (2.3.0)
120+
faraday (>= 2.0.1, < 3.0.0)
121+
faraday-follow_redirects (~> 0.3.0)
122+
faraday-multipart (~> 1.0, >= 1.0.4)
123+
ostruct
119124
coderay (1.1.3)
120125
concurrent-ruby (1.3.5)
121126
connection_pool (2.5.0)
@@ -148,6 +153,10 @@ GEM
148153
faraday-net_http (>= 2.0, < 3.5)
149154
json
150155
logger
156+
faraday-follow_redirects (0.3.0)
157+
faraday (>= 1, < 3)
158+
faraday-multipart (1.1.0)
159+
multipart-post (~> 2.0)
151160
faraday-net_http (3.4.0)
152161
net-http (>= 0.5.0)
153162
faraday-retry (1.0.3)
@@ -237,6 +246,7 @@ GEM
237246
mini_mime (1.1.5)
238247
minitest (5.25.5)
239248
msgpack (1.8.0)
249+
multipart-post (2.4.1)
240250
net-http (0.6.0)
241251
uri
242252
net-imap (0.5.6)
@@ -535,6 +545,7 @@ DEPENDENCIES
535545
brakeman
536546
capybara
537547
carrierwave
548+
cloudinary
538549
debug
539550
devise
540551
dotenv

0 commit comments

Comments
 (0)