From da17f24c256599051cb9bb27dfe6bd217d495149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 20:21:24 +0000 Subject: [PATCH] Bump faraday-http-cache from 2.4.1 to 2.5.0 Bumps [faraday-http-cache](https://github.com/plataformatec/faraday-http-cache) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/plataformatec/faraday-http-cache/releases) - [Changelog](https://github.com/sourcelevel/faraday-http-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/faraday-http-cache/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: faraday-http-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1423e58f7..ff8af1293 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'devise', '~> 4.9' gem 'doorkeeper', '~> 4.4' gem 'doorkeeper-jwt', '~> 0.2.1' gem 'faraday', '~> 1.10' -gem 'faraday-http-cache', '~> 2.4' +gem 'faraday-http-cache', '~> 2.5' gem 'faraday_middleware', '~> 1.2' gem 'flipper' gem 'flipper-active_record' diff --git a/Gemfile.lock b/Gemfile.lock index 209edae61..912810cee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM faraday-em_http (1.0.0) faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) - faraday-http-cache (2.4.1) + faraday-http-cache (2.5.0) faraday (>= 0.8) faraday-httpclient (1.0.1) faraday-multipart (1.0.4) @@ -536,7 +536,7 @@ DEPENDENCIES doorkeeper-jwt (~> 0.2.1) factory_bot_rails faraday (~> 1.10) - faraday-http-cache (~> 2.4) + faraday-http-cache (~> 2.5) faraday_middleware (~> 1.2) flipper flipper-active_record