You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Pop!_OS 20.04 (like Ubuntu 20.04) with Ruby 2.7 and both mysql2 and sqlite3 failed during bundle install. I was able to work around the issue by installing the ruby-mysql2 and ruby-sqlite3 packages distributed by Ubuntu's repositories instead of installing them with bundle/gem. I'm not a ruby person so there might be a more straightforward way to fix this.