Skip to content

Commit

Permalink
Allow future versions of redis-store until compatibility is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Jul 20, 2017
1 parent da6ee05 commit 393e645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-activesupport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 393e645

Please sign in to comment.