Unable to update gems on production server
The instructions are probably a bit confusing. It’s saying that you’ve modified your Gemfile on your development machine and just pushed those changes rather than running bundle install BEFORE committing the changes. By running bundle install you will update your Gemfile.lock file. This should be pushed to your server as it’s more important than Gemfile. … Read more