From 7d4c47195a3e8bbea40d03f90a13845acd1c34ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:33:44 +0200 Subject: [PATCH] Build(deps): Bump faraday from 2.7.10 to 2.7.11 (#23554) * Build(deps): Bump faraday from 2.7.10 to 2.7.11 Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.10 to 2.7.11. - [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/v2.7.10...v2.7.11) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * add base64 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz --- .licensed.yml | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.licensed.yml b/.licensed.yml index 75e581cdb55..609a5ae2590 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -13,6 +13,7 @@ allowed: ignored: bundler: + - base64 # Ruby (default gem) - cgi # Ruby (default gem) - date # Ruby (default gem) - digest # Ruby (default gem) diff --git a/Gemfile.lock b/Gemfile.lock index a2df3efa4cb..2e528ff84a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,8 @@ GEM faker (2.23.0) i18n (>= 1.8.11, < 2) fakeweb (1.3.0) - faraday (2.7.10) + faraday (2.7.11) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2)