From b0be2882803f6c020fd2258fa3dcf9ba2e855173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:10:27 +0000 Subject: [PATCH] Bump redis-namespace from 1.8.1 to 1.9.0 Bumps [redis-namespace](https://github.com/resque/redis-namespace) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/resque/redis-namespace/releases) - [Changelog](https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md) - [Commits](https://github.com/resque/redis-namespace/compare/v1.8.1...v1.9) --- updated-dependencies: - dependency-name: redis-namespace dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1c09e134..ceabe301 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem 'ed25519', '~> 1.2' gem 'fast_blank', '~> 1.0' gem 'fastimage' gem 'hiredis', '~> 0.6' -gem 'redis-namespace', '~> 1.8' +gem 'redis-namespace', '~> 1.9' gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b799ead604f900ed50685e9b2d469cd2befba5b' gem 'htmlentities', '~> 4.3' gem 'http', '~> 4.4' diff --git a/Gemfile.lock b/Gemfile.lock index 79bf72e3..fd37b4d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -495,8 +495,8 @@ GEM redis-activesupport (5.2.0) activesupport (>= 3, < 7) redis-store (>= 1.3, < 2) - redis-namespace (1.8.1) - redis (>= 3.0.4) + redis-namespace (1.9.0) + redis (>= 4) redis-rack (2.1.3) rack (>= 2.0.8, < 3) redis-store (>= 1.2, < 2) @@ -784,7 +784,7 @@ DEPENDENCIES rails-settings-cached (~> 0.6) rdf-normalize (~> 0.4) redis (~> 4.2) - redis-namespace (~> 1.8) + redis-namespace (~> 1.9) redis-rails (~> 5.0) rqrcode (~> 1.2) rspec-rails (~> 4.0)