From 84d2aac1a505acafa5640ada506d8c75fdd8b9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:06:43 -0500 Subject: [PATCH] Bump faraday-multipart from 1.0.4 to 1.1.0 (#1566) Bumps [faraday-multipart](https://github.com/lostisland/faraday-multipart) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/lostisland/faraday-multipart/releases) - [Changelog](https://github.com/lostisland/faraday-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday-multipart/compare/v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: faraday-multipart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fccd2a8e..d69aec6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,8 +159,8 @@ GEM faraday-net_http (>= 2.0, < 3.5) json logger - faraday-multipart (1.0.4) - multipart-post (~> 2) + faraday-multipart (1.1.0) + multipart-post (~> 2.0) faraday-net_http (3.4.0) net-http (>= 0.5.0) faraday-retry (2.2.1)