From 90fec4c06123cf78dece69332ce33ae9ac59509a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 May 2021 06:47:41 +0000 Subject: [PATCH] Bump faraday from 1.4.1 to 1.4.2 Bumps [faraday](https://github.com/lostisland/faraday) from 1.4.1 to 1.4.2. - [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.4.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05b4f779db8..b77e23a90ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,12 +5,16 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) coderay (1.1.3) - faraday (1.4.1) + faraday (1.4.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) faraday-net_http (~> 1.0) faraday-net_http_persistent (~> 1.1) 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-net_http (1.0.1) faraday-net_http_persistent (1.1.0)