Add `gem 'sqlite3'` to your Gemfile

错误:Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord). (Gem::LoadError)

解决办法:将Gemfile文件里的gem 'sqlite3'改为gem 'sqlite3', '~> 1.3.6'
posted on 2019-04-29 11:29 GoBackHome 阅读(228) 评论(0) 收藏 举报
浙公网安备 33010602011771号