wycats / bundler

407 stars 30 forks source link

Running "gem bundle --quiet" prints unexpected output to the console #153

Open joshknowles opened 14 years ago

joshknowles commented 14 years ago

I would expect when I run "gem bundle --quiet" that I wouldn't get any output to the console but instead I get the following:

[ree-1.8.7] [20:24:05] $ gem bundle --quiet Calculating dependencies... Updating source: http://gems.rubyforge.org Caching: rspec-1.2.9.gem Installing rspec (1.2.9)


 Thank you for installing rspec-1.2.9

 Please be sure to read History.rdoc and Upgrade.rdoc  for useful information about this release.


Done.