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

--minor_preferred --strict_updates still allow a major version increment #17

Closed chrismo closed 8 years ago

chrismo commented 8 years ago
-    crack (0.4.1)      +    crack (0.4.3)
-      safe_yaml (~> 0.9.0)     +      safe_yaml (~> 1.0.0)
-    safe_yaml (0.9.4)      +    safe_yaml (1.0.4)

not 100% that those flags made it through, so need to recreate in isolation.

chrismo commented 8 years ago

this was an internal glitch on my part at LS - not a bug. I'm calling bundler-patch from another tool, and the options weren't actually passing through like I thought. shout out to doing #18.