jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Loosen fission dependency #928

Closed MikeMcQuaid closed 10 years ago

MikeMcQuaid commented 10 years ago

It would be nice if:

s.add_dependency "fission", "0.4.0"

could be:

s.add_dependency "fission", ">= 0.4.0"
MikeMcQuaid commented 10 years ago

@jedi4ever Any thoughts on this?