summaryrefslogtreecommitdiff
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-04-18 14:06:24 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-04-18 14:27:18 -0500
commite48adc87220c4a44908b7b081ed748462552cb92 (patch)
tree65c30f58b80dffb88f0d48f46f97a5364c1dd7b0 /lib/bundler/runtime.rb
parent95788e22eac475927c8958ad6df6eaa753a416e6 (diff)
downloadbundler-e48adc87220c4a44908b7b081ed748462552cb92.tar.gz
Generically preserve new attributes in lockfile
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 a0abb7508a..a36441ef6e 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -52,7 +52,7 @@ module Bundler
setup_manpath
- lock(:preserve_bundled_with => true)
+ lock(:preserve_new_attributes => true)
self
end