livingsocial / bundler-patch

Update your gems conservatively to deal with vulnerable gems or just get more current.
MIT License
65 stars 3 forks source link

Ruby version updates shouldn't touch the file #35

Open chrismo opened 8 years ago

chrismo commented 8 years ago

A ruby app with .ruby-version 2.3.1, run bundle patch -v -r --rubies 2.3.1 - no content changes, BUT the timestamp on the .ruby-version file is touched. That will cause the git library to detect that change, even though CLI won't see it.

Minor, minor issue - but came across it inside LivingSocial