From 5c43dbb855d401147a7b0c9e9b58e0bcf9b239be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 22:45:50 +0900 Subject: [PATCH] Bump redis-store from 1.8.2 to 1.9.0 (#14160) Bumps [redis-store](https://github.com/jodosha/redis-store) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/jodosha/redis-store/releases) - [Changelog](https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md) - [Commits](https://github.com/jodosha/redis-store/compare/v1.8.2...v1.9.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 962e2d5d8..d99e0db7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -507,7 +507,7 @@ GEM redis-actionpack (>= 5.0, < 6) redis-activesupport (>= 5.0, < 6) redis-store (>= 1.2, < 2) - redis-store (1.8.2) + redis-store (1.9.0) redis (>= 4, < 5) regexp_parser (1.7.1) request_store (1.5.0)