I created a new workspace with the rails-default stack. Then I ran rails new to create my Rails app. I try to run rails console and get this first error:
I bundle update and try rails console again and I get this different error:
I'm not sure what's happening since sqlite3 is in the Gemfile and bundle info sqlite3 shows that it's using the latest version.
I created a new workspace with the
rails-default
stack. Then I ranrails new
to create my Rails app. I try to runrails console
and get this first error:I
bundle update
and tryrails console
again and I get this different error:I'm not sure what's happening since
sqlite3
is in the Gemfile andbundle info sqlite3
shows that it's using the latest version.