Problem installing sqlite3-ruby!

前端 未结 7 2041
再見小時候
再見小時候 2020-12-19 03:44

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\

7条回答
  •  [愿得一人]
    2020-12-19 03:59

    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

提交回复
热议问题