From ff4d9d2125660d3b56429d28229f10b7e4d975d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 04:00:39 +0000 Subject: [PATCH] Bump redis-namespace from 1.9.0 to 1.10.0 Bumps [redis-namespace](https://github.com/resque/redis-namespace) from 1.9.0 to 1.10.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.9...v1.10.0) --- 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3901205..2b5ad23 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'json', '~> 2.6' gem 'mail', '~> 2.8' gem 'mime-types', '~> 3.4' gem 'nokogiri', '~> 1.13' -gem 'redis-namespace', '~> 1.9' +gem 'redis-namespace', '~> 1.10' gem 'rest-client', '~> 2.1' gem 'ruby-filemagic', '~> 0.7.3' gem 'sidekiq', '~> 6.5' diff --git a/Gemfile.lock b/Gemfile.lock index b3854c4..11af255 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ GEM raindrops (0.20.0) rake (13.0.6) redis (4.8.0) - redis-namespace (1.9.0) + redis-namespace (1.10.0) redis (>= 4) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -133,7 +133,7 @@ DEPENDENCIES nokogiri (~> 1.13) rack-test (~> 2.0) rake (~> 13.0) - redis-namespace (~> 1.9) + redis-namespace (~> 1.10) rest-client (~> 2.1) rspec (~> 3.12) ruby-filemagic (~> 0.7.3)