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

bundle install issue on m1 mac #223

Open
jbaylies opened this issue Feb 6, 2023 · 1 comment
Open

bundle install issue on m1 mac #223

jbaylies opened this issue Feb 6, 2023 · 1 comment

Comments

@jbaylies
Copy link

jbaylies commented Feb 6, 2023

running bundle install results in the error listen-3.2.1 requires ruby version >= 2.2.7, ~> 2.2, which is incompatible with the current version, ruby 3.1.3p185 and if I try rvm install ruby-2.2.7 I get No binary rubies available for: osx/13.2/arm64/ruby-2.2.7.

this is related to guard/listen#489

@jbaylies
Copy link
Author

jbaylies commented Feb 6, 2023

the solution was to delete Gemfile.lock then run bundle install

maybe it'd be good practice to add Gemfile.lock to the .gitignore?

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