From edfed2c9d4f43c46e352795df2f2d3d2adee28aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 08:14:44 +0000 Subject: [PATCH] Bump faraday from 1.4.1 to 1.5.0 Bumps [faraday](https://github.com/lostisland/faraday) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: faraday dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05b4f779db8..68cbf32670d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,15 +5,23 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) coderay (1.1.3) - faraday (1.4.1) + faraday (1.5.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) faraday-net_http (~> 1.0) faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) multipart-post (>= 1.2, < 3) ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) + faraday-httpclient (1.0.1) faraday-net_http (1.0.1) faraday-net_http_persistent (1.1.0) + faraday-patron (1.0.0) fastimage (2.2.3) method_source (1.0.0) minitest (5.14.4)