You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#581#580 was not sufficient.
If there is a difference between the installed gems and `Gemfile.lock`,
an error occurs when publishing.
Therefore, we need to set `deployment` mode so that `bundle install` is
performed with the contents of `Gemfile.lock`.
0 commit comments