From 393e6459d5826724478d9abc8c303a781f34ebe0 Mon Sep 17 00:00:00 2001 From: Tom Scott Date: Thu, 20 Jul 2017 11:33:46 -0400 Subject: [PATCH] Allow future versions of redis-store until compatibility is broken --- redis-activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-activesupport.gemspec b/redis-activesupport.gemspec index eb29be7..08f78e0 100644 --- a/redis-activesupport.gemspec +++ b/redis-activesupport.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] - s.add_runtime_dependency 'redis-store', '~> 1.3.0' + s.add_runtime_dependency "redis-store", '>= 1.3', '< 2' s.add_runtime_dependency 'activesupport', '>= 3', '< 6' s.add_development_dependency 'rake', '~> 10'