Skip to content

Commit

Permalink
Upgrade redis dependency to 3.0.4.
Browse files Browse the repository at this point in the history
Fixes resque#65
  • Loading branch information
guitsaru committed Aug 8, 2013
1 parent 6d83951 commit bba58b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-namespace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob("test/**/*")
s.files += Dir.glob("spec/**/*")

s.add_dependency "redis", "~> 3.0.0"
s.add_dependency "redis", "~> 3.0.4"

s.add_development_dependency "rake"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit bba58b5

Please sign in to comment.