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

后端 未结 3 1295
深忆病人
深忆病人 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:54

    Downgrading from Ruby 2.3.0 to 2.2.0 fixed it for me

    0 讨论(0)
  • 2020-12-19 08:59

    gem update --system 2.4.8 --no-ri --no-rdoc - fixed it details are here https://github.com/remomueller/documentation/issues/7

    0 讨论(0)
  • 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
    
    0 讨论(0)
提交回复
热议问题