Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded
Posted wtyqer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded相关的知识,希望对你有一定的参考价值。
解决办法:
指定sqlite3的版本为1.3.13:
gem ‘sqlite3‘, ‘~> 1.3.13‘
然后运行bundle update
以上是关于Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded的主要内容,如果未能解决你的问题,请参考以下文章
mysql2 gem 的 Gem::LoadError,但它已经在 Gemfile 中
Gem::LoadError 为数据库适配器指定了 'mysql2',但是 gem 没有加载
安装 Phusion 乘客时出错“在 [] (Gem::LoadError) 中找不到乘客 (>= 0)”