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)

解決
改成這個gem 'sqlite3', '~> 1.3.11'
在執(zhí)行bundle install
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)
解決
改成這個gem 'sqlite3', '~> 1.3.11'
在執(zhí)行bundle install