nesquena / gitdocs

Open-source Dropbox using Ruby and Git
https://blog.codepath.com/2011/11/30/collaborate-and-track-tasks-with-ease-using-gitdocs/
MIT License
1.14k stars 48 forks source link

Limiting the nior4 dependency #130

Closed acant closed 7 years ago

acant commented 7 years ago

The nior4 gem is a dependency from celluloid-io, and the very latest version of nio4r only supports Ruby >2.2.2. In order to preserve 2.0.0 support for nio4r will be limit.

A note is included that this should be removed when we change our required Ruby version to >2.2.2.

acant commented 7 years ago

The change to the nio4r requirements was raised in #129, and prevents installation with the default OSX ruby version(2.0.0p648) in our current gem release. This can be worked around by installing the latest ruby with brew. I think that it is still valuable to preserve the default install on OSX, for now.

acant commented 7 years ago

@nesquena This should be ready to merge, and I have updated the CHANGELOG and version file in preparation for a v0.6.3 release.

These changes should allow re-enable installation on the OSX default ruby, which is currently broken as reported in #129.

Please let me know if you have any questions.

nesquena commented 7 years ago

Thanks!