Closed pniedzielski closed 7 years ago
@pniedzielski Cool website! Typically in Ruby apps I've worked on we check in the lockfile to ensure you get the same versions everywhere. If you use https://github.com/rbenv/rbenv you can keep different ruby versions per app with different gemsets to avoid incompatibilities with system-wide libraries.
See patch messages for rationale.