From 561320c7b456e56401080332d716dffdb99c8cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:02:05 +0000 Subject: [PATCH] Bump faraday from 2.7.10 to 2.8.1 Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.10 to 2.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1b6379ca6..b5e2100eb 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "devise_invitable" gem "dfe-autocomplete", require: "dfe/autocomplete", github: "DFE-Digital/dfe-autocomplete" -gem "faraday", "~> 2.7" +gem "faraday", "~> 2.8" gem "gds_zendesk" gem "govuk-components", "~> 3.3.0" gem "govuk_design_system_formbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index b79a139f5..3e5f164c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,6 +89,7 @@ GEM rouge turbo-rails backport (1.2.0) + base64 (0.2.0) bcrypt (3.1.18) benchmark (0.2.1) bindex (0.8.1) @@ -153,7 +154,8 @@ GEM railties (>= 5.0.0) faker (3.2.1) i18n (>= 1.8.11, < 2) - faraday (2.7.10) + faraday (2.8.1) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-multipart (1.0.4) @@ -522,7 +524,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails faker - faraday (~> 2.7) + faraday (~> 2.8) foreman (~> 0.87.2) gds_zendesk govuk-components (~> 3.3.0)