Warning while installing the rails plugin

前端 未结 2 2082
时光说笑
时光说笑 2021-02-13 02:27

I am getting the following warning while installing any plugin in my rails application.

/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_suppor         


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-13 03:19

    This is due to the fact that /usr/local/bin is writable by your application when maybe it shouldn't. You can fix this by changing the permissions on this directory.

提交回复
热议问题