From c7e3e53e433a483a334b46d4ca4eb3a754aa286a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 05:50:48 +0000 Subject: [PATCH] Bump faraday from 0.17.3 to 1.6.0 Bumps [faraday](https://github.com/lostisland/faraday) from 0.17.3 to 1.6.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/v0.17.3...v1.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 06a0b5c..2d0c24f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,8 +15,25 @@ GEM safe_yaml (~> 1.0.0) diff-lcs (1.3) dotenv (2.7.5) - faraday (0.17.3) + faraday (1.6.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) + faraday-rack (~> 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.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) hashdiff (1.0.1) jaro_winkler (1.5.4) method_source (1.0.0) @@ -51,6 +68,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) unicode-display_width (1.6.1) vcr (5.1.0)