lib/bundler/definition.rb in bundler-1.10.0.pre.1 vs lib/bundler/definition.rb in bundler-1.10.0.pre.2

- old
+ new

@@ -315,10 +315,10 @@ handled << dep.name end # Record the version of Bundler that was used to create the lockfile out << "\nBUNDLED WITH\n" - out << " #{lock_version}\n" + out << " #{lock_version}\n" out end def ensure_equivalent_gemfile_and_lockfile(explicit_flag = false)