Skip to content

Commit

Permalink
Update Celluloid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 4, 2013
1 parent bf20407 commit c1521ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celluloid-zmq.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.name = "celluloid-zmq" gem.name = "celluloid-zmq"
gem.version = Celluloid::ZMQ::VERSION gem.version = Celluloid::ZMQ::VERSION


gem.add_dependency "celluloid", ">= 0.13.0" gem.add_dependency "celluloid", ">= 0.15.0"
gem.add_dependency "ffi" gem.add_dependency "ffi"
gem.add_dependency "ffi-rzmq" gem.add_dependency "ffi-rzmq"


Expand Down

0 comments on commit c1521ab

Please sign in to comment.