aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-04-18 21:36:21 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-04-18 21:36:21 -0500
commitd7879943aabf6e2a2e48060b594d765e0b4f1c3a (patch)
treef4517a475566a9e52d4dcb7f52e291af20b779c9 /lib/bundler/runtime.rb
parent12d7fe0a63f04bcc9c351535aac2462765d984df (diff)
downloadbundler-d7879943aabf6e2a2e48060b594d765e0b4f1c3a.tar.gz
[LockfileParser] Rename attribute to section
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index a36441ef..c2f29a74 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -52,7 +52,7 @@ module Bundler
setup_manpath
- lock(:preserve_new_attributes => true)
+ lock(:preserve_unknown_sections => true)
self
end