Skip to content

Commit

Permalink
Lock to Celluloid 0.16, fixes celluloid/celluloid#641
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jun 19, 2015
1 parent 1499493 commit cfbc4c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.4.1
-----------

- Lock to Celluloid 0.16


3.4.0
-----------

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.4.0"
VERSION = "3.4.1"
end
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'redis', '>= 3.0.6'
gem.add_dependency 'redis-namespace', '>= 1.3.1'
gem.add_dependency 'connection_pool', '>= 2.1.1'
gem.add_dependency 'celluloid', '>= 0.16.0'
gem.add_dependency 'celluloid', '~> 0.16.0'
gem.add_dependency 'json'
gem.add_development_dependency 'sinatra'
gem.add_development_dependency 'minitest', '~> 5.3.3'
Expand Down

0 comments on commit cfbc4c5

Please sign in to comment.