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

BUG: Updating Gemfile for vuln update left line with incorrect syntax #54

Open chrismo opened 7 years ago

chrismo commented 7 years ago

gem 'rubyzip', '~> 1.1', require: 'zip' => gem 'rubyzip', '~> 1.2' require: 'zip'

No comma after the requirement anymore. Whoops.