rails error method_missing': undefined method `this' for Gem::Specification

后端 未结 3 1297
深忆病人
深忆病人 2020-12-19 08:26

I follow this tutorial: https://guides.spreecommerce.com/developer/getting_started_tutorial.html#installing-image-magick When I write

jonstark@jonstark-pc:~/         


        
3条回答
  •  借酒劲吻你
    2020-12-19 08:59

    This was an issue in RubyGems 2.5.1 and it is fixed in RubyGems 2.6.3

    Just update RubyGems to version 2.6.3 or greater.

    gem update --system 2.6.3
    

    Or if you use RVM (From alf's comment)

    rvm rubygems 2.6.3
    

提交回复
热议问题