Search code examples
rubybundlebundlergemfile

How do I hide a dependency when bundler is running "bundle install"?


Currently, when I run "bundle install" the output displays the username and gemfile of my private repo. I would like to hide this output and change it to something else.

Right now:

Updating https://user:[email protected]/sc/models.git

I would like:

Updating https://user:[email protected]/sc/models.git

Solution

  • this looks like a bug report / feature request for bundler, please open a ticket here:

    https://github.com/carlhuda/bundler/issues/new