From 49b3dafb57d7bd2066c9ca992379266d3b53d095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:21:30 +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 42e8c54..36b3ec9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,8 +50,8 @@ GEM multi_json (1.0.3) nokogiri (1.5.0) polyglot (0.3.3) - rack (1.3.5) - 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)