OpenSourceCornell / osc_website

The new OpenSourceCornell website
0 stars 1 forks source link

Remove `Gemfile.lock` and fix `.gitignore` #1

Closed pniedzielski closed 7 years ago

pniedzielski commented 7 years ago

See patch messages for rationale.

alexkrolick commented 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.