-
Notifications
You must be signed in to change notification settings - Fork 650
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
nokogiri requires Ruby version < 3.1.dev, >= 2.5 #16269
Comments
Hello any hot fix for this ? I am trying to install it but no success so far |
Have you tried to make sure you are using a release tag or are you on master? |
Facing the same problem, made sure to |
this solved the issue thanks a lot
|
I have the same problem, and download cartodb-4.45.0.tar.gz. |
Context
OS: Ubuntu 16.04 x64
Unable to run
$ RAILS_ENV=development bundle exec rake db:create
from official docs hereSteps to Reproduce
Initialize the metadata database
step$ RAILS_ENV=development bundle exec rake db:create
Could not find nokogiri-1.11.3 in any of the sources
$ sudo gem install nokogiri -v '1.11.3'
Gem::InstallError: nokogiri requires Ruby version < 3.1.dev, >= 2.5.
$ sudo gem install nokogiri -v '1.10.9'
, this should now work$ RAILS_ENV=development bundle exec rake db:create
will yieldCould not find nokogiri-1.11.3 in any of the sources
Current Result
Could not find nokogiri-1.11.3 in any of the sources
when running$ RAILS_ENV=development bundle exec rake db:create
The text was updated successfully, but these errors were encountered: