awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.08k stars 454 forks source link

remove Gemfile.lock #121

Closed trevor closed 11 years ago

bowsersenior commented 11 years ago

This is a very good idea. Including Gemfile.lock in the source code for a gem can hide gem dependency problems from gem developers. These will break gem install for users who try to install the gem from rubygems. See this post by the Bundler creator for more info.