Commit c1767111 authored by John E. Vincent's avatar John E. Vincent

Merge pull request #17 from geriBatai/master

Soften requirement on eventmachine
parents e0a20add 29bad6a3
......@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency("eventmachine", ["1.0.0.beta.3"])
s.add_dependency("eventmachine", ["> 1.0.0.beta.3"])
s.add_dependency("em-http-request", ["1.0.0.beta.4"])
s.add_dependency("redis", ["= 2.2.0"])
s.add_dependency("nest", "= 1.1.0")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment