KyleAMathews / coffee-react-quickstart

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router
http://kyleamathews.github.io/coffee-react-quickstart
MIT License
254 stars 41 forks source link

Update .gitignore (ignoring Gemfile.lock) #33

Closed delef closed 8 years ago

datashaman commented 8 years ago

Gemfile.lock is meant to be versioned IMO. It is a description of the exact versions that work. If you feel that the gems are getting out of date, submit a new Gemfile and Gemfile.lock with updated versions. I think taking out the lock file makes things non-deterministic.

KyleAMathews commented 8 years ago

Yup http://stackoverflow.com/questions/4151495/should-gemfile-lock-be-included-in-gitignore

Be happy to accept a PR with an updated Gemfile.lock!