lib/bundler/patch/gemfile.rb in bundler-patch-0.9.0 vs lib/bundler/patch/gemfile.rb in bundler-patch-0.10.0

- old
+ new

@@ -76,10 +76,10 @@ private def requirements_args_regexp ops = Gem::Requirement::OPS.keys.join "|" - re = /(\s*['\"]\s*(#{ops})?\s*#{Gem::Version::VERSION_PATTERN}\s*['"],*)+/ + /(\s*['\"]\s*(#{ops})?\s*#{Gem::Version::VERSION_PATTERN}\s*['"],*)+/ end # See Bundler::Dsl for reference def gem(name, *args) # we're not concerned with options here.