Could not find bundler (>= 0) amongst [] (Gem::LoadError) with rails 2.3.18

后端 未结 1 615
遇见更好的自我
遇见更好的自我 2021-01-13 12:48

i am having ruby version ruby-1.9.3-p547 [ x86_64 ] which i am using for Rails 3.0. Now i am having a project with rails version \'2.3.18\'. When

相关标签:
1条回答
  • 2021-01-13 13:32

    You need to install bundler. Here are some words from RVM official website:

    Starting with 1.11.0 new RVM installations has bundler enabled by default, you can still install it.

    Try installing rubygems-bunder with:

    gem install rubygems-bundler
    

    Now, to make all the executables bundler compatible, run:

    gem regenerate_binstubs
    
    0 讨论(0)
提交回复
热议问题