Skip to content

Commit

Permalink
Bump redis, changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Dec 15, 2013
1 parent e711e68 commit 06ec7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.17.1
-----------

- Bump redis client required version to 3.0.6
- Minor CSS fixes for Web UI

2.17.0
-----------

Expand Down
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.name = "sidekiq"
gem.require_paths = ["lib"]
gem.version = Sidekiq::VERSION
gem.add_dependency 'redis', '>= 3.0.4'
gem.add_dependency 'redis', '>= 3.0.6'
gem.add_dependency 'redis-namespace', '>= 1.3.1'
gem.add_dependency 'connection_pool', '>= 1.0.0'
gem.add_dependency 'celluloid', '>= 0.15.2'
Expand Down

0 comments on commit 06ec7ef

Please sign in to comment.