diff --git a/lib/dpl/provider.rb b/lib/dpl/provider.rb index 61b5a33cb..3ad1ea663 100644 --- a/lib/dpl/provider.rb +++ b/lib/dpl/provider.rb @@ -68,7 +68,6 @@ def self.experimental(name) def self.requires(name, options = {}) version = options[:version] || '> 0' load = options[:load] || name - puts "about to install #{name}" gem(name, version) rescue LoadError context.shell("gem install %s -v %p --no-ri --no-rdoc #{'--pre' if options[:pre]}" % [name, version], retry: true)