Joined May 2011
·
Achievements
173 Karma
7,328 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Raven
Have at least one original repo where some form of shell script is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
This is great! So simple :)
I couldn't install rmagick 2.13.1 which is depended on by a project I'm working on. I had actually updated the version in Gemfile.lock and figured I would stash the lock file and not commit it. But this is so much better. Now my Gemfile.lock is the same as on the servers and I don't have to worry about accidentally commit the Gemfile.lock.
Thanks! :)