Unable to update gems on production server

后端 未结 7 1650
攒了一身酷
攒了一身酷 2021-01-31 03:17

Can not update gems on production server.

I\'ve tried bundle install --deployment and bundle install --without development test

But kee

相关标签:
7条回答
  • 2021-01-31 04:09

    bundle install failed on my "development" machine because of the mysql-gem on osx...

    I also needed a quick fix. So I cloned the repo to a new folder on the production machine, ran "bundle install" there and committed the Gemfile.lock to the repo.

    0 讨论(0)
提交回复
热议问题