Problem installing sqlite3-ruby!

前端 未结 7 2046
再見小時候
再見小時候 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:54

    Install a lower version of sqlite3-ruby should resolve your problem:

    sudo gem install sqlite3-ruby --version=1.2.5
    

提交回复
热议问题