Skip to content

Commit

Permalink
bump the 'redis-namespace' gem
Browse files Browse the repository at this point in the history
pin the `redis-namespace` gem in order to pick up a security fix
http://blog.steveklabnik.com/posts/2013-08-03-redis-namespace-1-3-1--security-release
  • Loading branch information
benilovj committed Aug 29, 2013
1 parent 853909c commit bb4b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Sidekiq::VERSION
gem.add_dependency 'redis', '>= 3.0.4'
gem.add_dependency 'redis-namespace'
gem.add_dependency 'redis-namespace', '>= 1.3.1'
gem.add_dependency 'connection_pool', '>= 1.0.0'
gem.add_dependency 'celluloid', '>= 0.14.1'
gem.add_dependency 'json'
Expand Down

0 comments on commit bb4b832

Please sign in to comment.