From 499f84027bf81feaae46c68c2eec256ff2c4ab13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:02:28 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 4060754..31205bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,15 +24,15 @@ GEM base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-multipart (1.0.4) - multipart-post (~> 2) + faraday-multipart (1.1.0) + multipart-post (~> 2.0) faraday-net_http (3.0.2) faraday-rack (2.0.0) faraday (~> 2.0) minitest (5.25.4) mocha (2.7.1) ruby2_keywords (>= 0.0.5) - multipart-post (2.3.0) + multipart-post (2.4.1) netrc (0.11.0) public_suffix (5.0.1) rack (3.1.8)