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

Bump listen dependency version #8

Merged
merged 2 commits into from Jan 14, 2022
Merged

Conversation

HugoKawamata
Copy link
Contributor

The listen gem is dependent on rb-fsevent. However, the version of listen currently used here is from before Apple M1 chip support was added for rb-fsevent (see here), resulting in the following error when run on M1 macs:
image

Bumping this version should give the entangler M1 support.

@daveallie daveallie merged commit ecf1f4e into daveallie:master Jan 14, 2022
@lulalala
Copy link

I wonder if this would have any effect. The latest listen gem's dependency remains unchanged:

gem.add_dependency 'rb-fsevent', '~> 0.10', '>= 0.10.3'

This is intentional, so you can bump rb-fsevent without bumping listen.

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

Successfully merging this pull request may close these issues.

None yet

3 participants