From 278ce986b50913f78b740a909c159bce0160196e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:20:08 +0000 Subject: [PATCH] Bump rack-cache from 1.1 to 1.13.0 Bumps [rack-cache](https://github.com/rtomayko/rack-cache) from 1.1 to 1.13.0. - [Release notes](https://github.com/rtomayko/rack-cache/releases) - [Changelog](https://github.com/rtomayko/rack-cache/blob/master/CHANGES) - [Commits](https://github.com/rtomayko/rack-cache/compare/1.1...v1.13.0) --- updated-dependencies: - dependency-name: rack-cache dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fb098e..6d2be4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,8 +57,8 @@ GEM rails (~> 3.0) require_all (~> 1.2.0) sugar-high (~> 0.3.0) - rack (1.3.6) - rack-cache (1.1) + rack (1.3.10) + rack-cache (1.13.0) rack (>= 0.4) rack-mount (0.8.3) rack (>= 1.0.0)