Bump eventmachine dep on windows
This commit is contained in:
parent
541c5710f7
commit
f639f6e53a
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2.0.16.1
|
||||
====
|
||||
Update EventMachine to 1.0.0.rc.4 on Windows
|
||||
|
||||
2.0.16
|
||||
====
|
||||
Update Guard to v1.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Middleman
|
||||
VERSION = "2.0.16"
|
||||
VERSION = "2.0.16.1"
|
||||
end
|
||||
|
|
|
@ -54,7 +54,7 @@ eos
|
|||
s.add_dependency("padrino-core", ["0.10.6"])
|
||||
s.add_dependency("padrino-helpers", ["0.10.6"])
|
||||
|
||||
s.add_dependency("eventmachine", ["1.0.0.beta.3"])
|
||||
s.add_dependency("eventmachine", ["1.0.0.rc.4"])
|
||||
s.add_dependency("win32-process", ["~> 0.6.5"])
|
||||
s.add_dependency("rb-fchange")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue