当前位置:Gxlcms > 数据库问题 > Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

时间:2021-07-01 10:21:17 帮助过:14人阅读

技术图片

解决办法:

指定sqlite3的版本为1.3.13:

gem ‘sqlite3‘, ‘~> 1.3.13‘

然后运行bundle update

技术图片

 

Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

标签:undle   specified   图片   .com   err   error   loader   update   apt   

人气教程排行