Skip to content

Commit

Permalink
Require EventMachine 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Feb 24, 2009
1 parent 46421f3 commit 06e587d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
== 1.1.0 Super Disco Power release
* Require EventMachine 0.12.4
* Remove Thin handler, now part of Rack 0.9.1
* Fix Rack protocol version to 0.1 in environment hash.
* Fix error when passing no_epoll option to a cluster.
Expand Down
2 changes: 1 addition & 1 deletion tasks/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.8.5'

s.add_dependency 'rack', '>= 0.9.1'
s.add_dependency 'eventmachine', '>= 0.12.0'
s.add_dependency 'eventmachine', '>= 0.12.4'
unless WIN
s.add_dependency 'daemons', '>= 1.0.9'
end
Expand Down

0 comments on commit 06e587d

Please sign in to comment.