|
|
|
|
|
by jrochkind1
4789 days ago
|
|
> A while ago you could update a gem and break 3 apps. You aren't using bundler, are you? You really really should be. It eliminates the vast majority of that class of problem. It's been best practice in Rails, and ruby deployment in general, to use bundler for several years now, it really does make that kind of problem go away. |
|