Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on OS X 10.6-10.8 due to rb-fsevent dependency change in v3.1.3 #392

Closed
robmckinnon opened this issue May 12, 2016 · 0 comments

Comments

@robmckinnon
Copy link
Contributor

The v3.1.3 release has removed support for OS X 10.6 through 10.8.

Commit 0285e25 changed the rb-fsevent dependency from:

s.add_dependency 'rb-fsevent', '>= 0.9.3'

to

s.add_dependency 'rb-fsevent', '~> 0.9', '>= 0.9.7'

rb-fsevent > 0.9.4 no longer supports OS X 10.6 through 10.8.

@robmckinnon robmckinnon changed the title Not working on OS X 10.6 through 10.8 due to rb-fsevent dependency change in v3.1.3 Not working on OS X 10.6-10.8 due to rb-fsevent dependency in v3.1.3 May 12, 2016
@robmckinnon robmckinnon changed the title Not working on OS X 10.6-10.8 due to rb-fsevent dependency in v3.1.3 Not working on OS X 10.6-10.8 due to rb-fsevent dependency change May 12, 2016
@robmckinnon robmckinnon changed the title Not working on OS X 10.6-10.8 due to rb-fsevent dependency change Not working on OS X 10.6-10.8 due to rb-fsevent dependency change in v3.1.3 May 12, 2016
@e2 e2 closed this as completed in #393 May 12, 2016
e2 pushed a commit that referenced this issue May 18, 2016
Change `rb-fsevent` dependency from `>= 0.9.7` to `>= 0.9.4`, to enable gem
to work on OS X 10.6 through 10.8.

Needed as `rb-fsevent > 0.9.4` no longer supports OS X 10.6 through 10.8.

Tested on OS X 10.8 via use with `guard-rspec` gem.

Fixes #392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant