Path's issue with bundler, to change or not to change?

后端 未结 4 891
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 02:47

I\'m trying to setup a new rails 3 project with bundler, but i ran into issues with bundler. I\'m on rails 3.0.3 with ruby 1.8.7

When trying to do

$          


        
4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-15 02:58

    Try to delete Gemfile.lock. It usually helps with

    Valid types are [:development, :runtime], not nil

    error.

提交回复
热议问题