From e2a87c5ae014c677351834844e7ba14a76528a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:16:05 +0000 Subject: [PATCH] Bump faraday from 2.5.1 to 2.5.2 Bumps [faraday](https://github.com/lostisland/faraday) from 2.5.1 to 2.5.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.5.1...v2.5.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 61b91bb7..42b67149 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'charlock_holmes', require: 'charlock_holmes/string' gem 'docker-api', require: 'docker' gem 'eventmachine' gem 'factory_bot_rails' -gem 'faraday', '~> 2.5.1' +gem 'faraday', '~> 2.5.2' gem 'faraday-net_http_persistent' gem 'faye-websocket' gem 'forgery' diff --git a/Gemfile.lock b/Gemfile.lock index 51d04090..690193d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.5.1) + faraday (2.5.2) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.0) @@ -559,7 +559,7 @@ DEPENDENCIES docker-api eventmachine factory_bot_rails - faraday (~> 2.5.1) + faraday (~> 2.5.2) faraday-net_http_persistent faye-websocket forgery