Gem dependency error in rails 2.3.4

前端 未结 6 1368
隐瞒了意图╮
隐瞒了意图╮ 2021-01-19 14:54

HI, i am working in Rails .. my gem list is

*** LOCAL GEMS ***

   abstract (1.0.0)
 actionmailer (3.0.4, 3.0.3, 2.3.11, 2.3.10, 2.3.8, 2.3.4, 2.3.2)
 action         


        
6条回答
  •  甜味超标
    2021-01-19 15:22

    Your gem list (the one you get on the command "gem list") is list of installed gems.

    That's not the list of gems used by your application -> those are in the Gemfile.

    Things you might try or have tried:

    • update_rubygems
    • bundle install

    (see also https://gist.github.com/807008 )

提交回复
热议问题