Gemfile in omnibus-5.0.0 vs Gemfile in omnibus-5.1.0

- old
+ new

@@ -1,7 +1,10 @@ source 'https://rubygems.org' gemspec +# Fork to allow for a recent version of multipart-post. +gem 'pedump', git: 'https://github.com/ksubrama/pedump', branch: 'patch-1' + group :docs do gem 'yard', '~> 0.8' gem 'redcarpet', '~> 2.2.2' gem 'github-markup', '~> 0.7' end