From 60a2fc5f880d421c08f0dd560a88b3b490fff796 Mon Sep 17 00:00:00 2001 From: yasuman Date: Sun, 10 Jan 2021 22:11:42 +0900 Subject: [PATCH] specify redis-namespace version for `exists` https://github.com/resque/redis-namespace/pull/171 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a4c36c6de..f9c7e7906 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gemspec gem "rake" -gem "redis-namespace" +gem "redis-namespace", ">= 1.8.0" gem "rails", ">= 6.0.2" gem "sqlite3", platforms: :ruby gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby diff --git a/Gemfile.lock b/Gemfile.lock index 21b0e31c2..4d46529c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ DEPENDENCIES minitest rails (>= 6.0.2) rake - redis-namespace + redis-namespace (>= 1.8.0) sidekiq! simplecov sqlite3