From 56a958af64908e6555d8b7da543ca971ed595ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:34:05 +0000 Subject: [PATCH] chore(deps): bump faraday from 2.12.1 to 2.12.2 Bumps [faraday](https://github.com/lostisland/faraday) from 2.12.1 to 2.12.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/v2.12.1...v2.12.2) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2afe316d..baaf77f9 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'webp-ffi', '~> 0.4.0' gem 'rake', '~> 13.0.4' gem 'rails-settings-cached', '~> 2.9.5' gem 'app-info', '~> 3.3.0' -gem 'faraday', '~> 2.12.1' +gem 'faraday', '~> 2.12.2' gem 'rqrcode' ## Auth diff --git a/Gemfile.lock b/Gemfile.lock index a9e2ba1f..183dbec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM railties (>= 5.0.0) faker (3.5.1) i18n (>= 1.8.11, < 2) - faraday (2.12.1) + faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -310,7 +310,7 @@ GEM multi_xml (0.7.1) bigdecimal (~> 3.1) multipart-post (2.4.1) - net-http (0.5.0) + net-http (0.6.0) uri net-imap (0.5.0) date @@ -654,7 +654,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails faker - faraday (~> 2.12.1) + faraday (~> 2.12.2) friendly_id (~> 5.5.1) gitlab_omniauth-ldap (~> 2.2.0) good_job (~> 4.5.1)