I\'m having issues installing the sqlite3-ruby gem on crunchbang linux. After googling the past few hours and following several people with the same problem, I still haven\
I had a similar issue - I simply commented out the following annoying line from ./Gemfile in the project directory to:
# gem 'sqlite3-ruby', :require => 'sqlite3'
and did:
bundle install
script/rails server was working fine again. Phew!
Seems like sqlite3 is duplicated - weird