incompatible with new version of ruby #186
Unanswered
1982606762
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just forked the repo and tried to serve it locally but when I tried to run bundle install it gave me some error as follows:
Calling
DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please callDidYouMean.correct_error(error_name, spell_checker)' instead.Fetching gem metadata from https://rubygems.org/.........
modern-resume-theme-2.0.10 requires ruby version ~> 2.0, which is incompatible
with the current version, ruby 3.2.2p53
I tried to install ruby 2.0 using rbenv but it had some problems, I'm not sure if it's because the new version of MacOS has some update and cannot install the old version. How do you manage to install dependencies using a new version of ruby?
Beta Was this translation helpful? Give feedback.
All reactions