Skip to content

Commit

Permalink
Update Gemfile to include 'faraday-multipart' gem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 11, 2024
1 parent 70eef84 commit 2d360ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "counter_culture"
gem "faraday"
gem "faraday-retry"
gem "faraday-follow_redirects"
gem 'faraday-multipart'
gem "pagy"
gem "pghero"
gem "pg_query"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ GEM
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
faraday-retry (2.2.1)
Expand Down Expand Up @@ -178,6 +180,7 @@ GEM
mocha (2.3.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand Down Expand Up @@ -364,6 +367,7 @@ DEPENDENCIES
dotenv-rails
faraday
faraday-follow_redirects
faraday-multipart
faraday-retry
faraday-typhoeus
google-protobuf (= 4.27.1)
Expand Down

0 comments on commit 2d360ab

Please sign in to comment.