summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index 1139eab503..8c69e81490 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -461,7 +461,7 @@ module Bundler
new_k = k.gsub("-", "___")
end
- config[new_k] = v
+ config[new_k] = v.to_s
config
end
end