Skip to content

Commit

Permalink
Add faraday-multipart gem
Browse files Browse the repository at this point in the history
We are getting the following notification when running tests:

```
To use multipart middleware with Faraday v2.0+, install `faraday-multipart` gem; note: this is used by the ManageGHES client for uploading licenses``
```

This commit adds the `faraday-multipart` gem (with `require: false`) to
clear the warning.
  • Loading branch information
smaboshe committed Sep 12, 2024
1 parent 09de261 commit 349a7ac
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 @@ -18,6 +18,7 @@ gem "csv"
gem "delayed_job_active_record"
gem "drb"
gem "dynamic_form"
gem "faraday-multipart", require: false
gem "faraday-retry"
gem "flutie"
gem "font-awesome-rails"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ GEM
railties (>= 5.0.0)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
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 @@ -303,6 +305,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.4.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
Expand Down Expand Up @@ -633,6 +636,7 @@ DEPENDENCIES
dynamic_form
email_spec
factory_bot_rails
faraday-multipart
faraday-retry
flutie
font-awesome-rails
Expand Down

0 comments on commit 349a7ac

Please sign in to comment.