Redmine installation : Error

前端 未结 3 765
失恋的感觉
失恋的感觉 2021-01-25 07:30

I finish all the installtion step for redmine and configure apache

sree@sree:/usr/share/redmine$ rails -v
Rails 3.2.13
sree@sree:/usr/share/redmine$ ruby -v
rub         


        
3条回答
  •  北荒
    北荒 (楼主)
    2021-01-25 07:42

    Try

    gem uninstall bundler
    

    and remove all bundler versions what you have.

    After this, install bundler again.

    gem install bundler -v 1.0.21
    

    I hope this works to you.

提交回复
热议问题