Unable to install SQLite3 and getting an error when I try to run shotgun on my MacBook Pro, please help!

Hello fellow rubyists! For some reason I get an error message when I try to run shotgun on my new laptop. I’ve installed all the gems and still it gives me this error

Hello @Sehrish,

Probably the sqlite3 gem is corrupted, so if you re-install it that could do the trick, so first uninstall it:

gem uninstall sqlite3

And then run this command:

bundle install

use homebrew to install sqlite if it’s not already on your mac.