0

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:password@github.com/sc/models.git

I would like:

Updating https://user:XXXXXXXX@github.com/sc/models.git
Kamilski81
  • 14,409
  • 33
  • 108
  • 161

1 Answers1

1

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

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

mpapis
  • 52,729
  • 14
  • 121
  • 158