0
0

More than 3 years have passed since last update.

rails sエラーの原因がsqliteのバージョン

Posted at

Puma caught this error: Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.4), already activated sqlite3-1.3.6. Make sure all dependencies are added to Gemfile. (LoadError)

バージョン1.4系しか使えないのに、1.3を使おうとしている。

ということなので、gemfileのsqlite3のバージョンを変更して、

bundle install

をやったら、解決したーー!!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0