From 6ec2515c34ff7f06c4234464514227207b7bcc98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:57:01 +0000 Subject: [PATCH] chore(deps): bump faraday-multipart from 1.0.4 to 1.1.0 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] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19a024e..5ad3f12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,13 +13,13 @@ 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) json (2.9.0) logger (1.6.3) - multipart-post (2.4.0) + multipart-post (2.4.1) net-http (0.6.0) uri rake (13.2.1)