Skip to content

Commit

Permalink
Merge pull request lusis#17 from geriBatai/master
Browse files Browse the repository at this point in the history
Soften requirement on eventmachine
  • Loading branch information
lusis committed Dec 15, 2011
2 parents e0a20ad + 29bad6a commit c176711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noah.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit c176711

Please sign in to comment.