-
Notifications
You must be signed in to change notification settings - Fork 656
Open
Description
Context
OS: Ubuntu 16.04 x64
Unable to run $ RAILS_ENV=development bundle exec rake db:create
from official docs here
Steps to Reproduce
- Follow steps from official docs from official docs here until
Initialize the metadata database
step - Attempt to run
$ RAILS_ENV=development bundle exec rake db:create
- You should now get
Could not find nokogiri-1.11.3 in any of the sources
- Attempt to install nokogiri
$ sudo gem install nokogiri -v '1.11.3'
- You should get
Gem::InstallError: nokogiri requires Ruby version < 3.1.dev, >= 2.5.
- Run
$ sudo gem install nokogiri -v '1.10.9'
, this should now work - However rerunning
$ 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
Metadata
Metadata
Assignees
Labels
No labels