How do I avoid the circular argument reference warning in activesupport

后端 未结 9 985
既然无缘
既然无缘 2020-12-17 07:56

How do I avoid the circular argument reference warning in activesupport. Happens on ruby 2.2.0

/home/ec2-user/apps/foo_prod/shared/bundle/ruby/2.2.0/gems/act         


        
9条回答
  •  春和景丽
    2020-12-17 08:38

    Use Rails 3.2.22

    gem 'rails', '3.2.22'
    

    OR

    warning fixes in version 1.2.11.8:

    bundle update ruby-ole
    

提交回复
热议问题