vagrant-smartos / vagrant-smartos-zones

Manage SmartOS local zones in Vagrant
MIT License
54 stars 9 forks source link

A new version of netaddr has been released, this version is no longer… #38

Closed drscream closed 6 years ago

drscream commented 6 years ago

… compatible with the used version 1.5.x

spec.add_dependency should depend on the version of netaddr which is supported by the code. For that reason ~> 1.5.1 is required.

sax commented 6 years ago

I wound up rebasing this on top of master and doing a little cleanup (I prefer to do version updates myself as separate commits). Thanks for the this!

I'm kicking past me for not writing unit tests, since that would have made it a lot easier to update to the new version of NetAddr.

sax commented 6 years ago

FYI I just made the fixes to make the project work with netaddr > 2.0 and pushed a new version.

drscream commented 6 years ago

Awesome thanks a lot 👍