Simply trying to install new gems that I've added to my Gemfile
The command you ran:
bundle or bundle install or bundle update <gemname>
What you expected to happen:
New gems would install, or update, respectively.
What actually happened:
It error-ed out saying too many gems. I also updated Bundler to 1.7.12 (I was on an older version before), and the issue remains.
The exception backtrace(s), if any:
Fetching gem metadata from https://rubygems.org/...
Retrying dependency api due to error (2/3): Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead)
Retrying dependency api due to error (3/3): Bundler::HTTPError Net::HTTPUnprocessableEntity: Too many gems (use --full-index instead)
What you're trying to accomplish:
Simply trying to install new gems that I've added to my
Gemfile
The command you ran:
bundle
orbundle install
orbundle update <gemname>
What you expected to happen:
New gems would install, or update, respectively.
What actually happened:
It error-ed out saying too many gems. I also updated Bundler to 1.7.12 (I was on an older version before), and the issue remains.
The exception backtrace(s), if any:
Everything output by running bundle env: