summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-08 00:28:05 -0700
committerAndre Arko <andre@arko.net>2015-06-08 00:28:05 -0700
commit2908f3c3f7d575614ed71f992bb082f10cbcc825 (patch)
tree9143ae9983c4828bcd67eea3af5d25daf1fdf2b8
parent7c6db2f5d61a349e6546182448cb212a21b11769 (diff)
downloadbundler-2908f3c3f7d575614ed71f992bb082f10cbcc825.tar.gz
remove unused variable
-rw-r--r--lib/bundler/installer.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 1d849a9b7f..adb355f5d9 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -100,8 +100,6 @@ module Bundler
def install_gem_from_spec(spec, standalone = false, worker = 0, force = false)
# Fetch the build settings, if there are any
settings = Bundler.settings["build.#{spec.name}"]
- messages = nil
-
install_options = { :force => force, :ensure_builtin_gems_cached => standalone }
post_install_message = nil